Entries
Get Entry
Retrieve an entry from the database based on the ID
GET
/
projects
/
{projectId}
/
entries
/
{entryId}
Headers
X-Api-Key
string
requiredPath Parameters
projectId
string
requiredThe unique identifier for a Project in the database
entryId
string
requiredThe unique identifier for an Entry in the database
Response
200 - application/json
entry_id
string
requiredThe unique identifier for an Entry in the database
group_id
string
requiredThe unique identifier for a Group in the database
project_id
string
requiredThe unique identifier for a Project in the database
embeddable_id
string
requiredThe unique identifier for a Embeddable in the database
contact_id
string
requiredThe unique identifier for a Contact in the database
created_at
string
requiredA Date + Time string in ISO format
updated_at
string
requiredA Date + Time string in ISO format
entry_data
string
requiredThe entry's user data, stringified