Export It 1.3.1 Documentation

REST Server API: get_category_posts

Returns the entry ids for a given category id

Resource URL

http://example.com/?ACT=<ACT>&key=<key>&method=get_category_posts&format=xml&cat_id=12

Parameters

A cat_id is required
cat_id required The category you want to return the entries to.

Example Request

http://example.com/?ACT=<ACT>&key=<key>&method=get_category_posts&cat_id=12&format=xml

Example Response

<?xml version="1.0" encoding="UTF-8"?>
<entries>
    <entry>
        <entry_id>33</entry_id>
    </entry>
    <entry>
        <entry_id>46</entry_id>
    </entry>
</entries>
I am flagging this documentation as:

Need Free Developer Support?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">