Hi,
I am looking into being able to access all data added to the EE CMS in a custom API that I am putting together that other servers will be able to access. I am looking to return JSON objects.
Whilst the EE API offers functionality to add, update and delete data, bizarrely I cannot seem to find any documentation that relates to actually retrieving any data:
http://ellislab.com/expressionengine/user-guide/development/api/api_channel_entries.html
The data that I am building does include relationships to other channels so I was just wondering if there is something that can help me achieve this without writing out large mysql queries.
Many Thanks