Entries
Retrieve all entries from the database
get/projects/{projectId}/entries
Path parameters
projectIdstring required
The unique identifier for a Project in the database
Query parameters
limitinteger
The number of entries to return (defaults to 10).
sortstring
the key that you want to sort by (defaults to sorting by last updated)
direction'ASC' | 'DESC'
The direction to sort by (defaults to DESC)
updated_afterstring
A Date + Time string in ISO format
updated_beforestring
A Date + Time string in ISO format
Headers
X-Api-Keystring required