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>

