v16

latestOpenAPI 3.0.1raw.githubusercontent.com2026-02-13124047.4 KB
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

Response

entry_idstring required

The unique identifier for an Entry in the database

group_idstring required

The unique identifier for a Group in the database

project_idstring required

The unique identifier for a Project in the database

embeddable_idstring required

The unique identifier for a Embeddable in the database

contact_idstring required

The unique identifier for a Contact in the database

created_atstring required

A Date + Time string in ISO format

updated_atstring required

A Date + Time string in ISO format

entry_datastring required

The entry's user data, stringified