Export It 1.3.1 Documentation
REST Server API
The Export It REST Server allows you to make REST requests against your ExpressionEngine site and return data in either the XML or JSON format. Note that in order to use the REST API it must first be enabled within the Export It Settings module.
At a minimum, all REST requests must include a unique API key and an explicit format of either JSON or XML. User/Member authentication is planned for a future release. You can get the primary URL to use for your API from the Export It Settings page.
Error Codes and Responses
Currently, the Export It API will return errors through HTTP Status Codes and a wrapped response. Note that at this time the API responds true even when no results are found. The Error Codes are planned to be expanded on with future updates.
200 = Ok
500 = Failure
API Methods
- check_credentials
- get_categories
- get_category
- get_category_posts
- get_channel_entries
- get_channel_entry
- get_comment
- get_comments
- get_mailing_list
- get_member
- get_members

