GET
/
projects
/
{projectId}
/
entries
/
{entryId}
/
events

Headers

X-Api-Key
string
required

Path Parameters

projectId
string
required

The unique identifier for a Project in the database

entryId
string
required

The unique identifier for an Entry in the database

Query Parameters

limit
integer

The number of entries to return (defaults to 10).

direction
enum<string>

The direction to sort by (defaults to DESC)

Available options:
ASC,
DESC

Response

200 - application/json
entry_id
string
required

The unique identifier for an Entry in the database

contact_id
string
required

The unique identifier for a Contact in the database

project_id
string
required

The unique identifier for a Project in the database

group_id
string
required

The unique identifier for a Group in the database

embeddable_id
string
required

The unique identifier for a Embeddable in the database

embeddable_version_number
integer

The version number of an embeddable

timestamp
string
required

A Date + Time string in ISO format

page_id
string
page_key
string
page_index
integer
max_page_id
string
max_page_key
string
max_page_index
integer
total_pages
integer | null
event_type
string
required
view_type
string
custom_event_name
string | null
custom_event_props
string | null