Skip to main content
GET
/
projects
/
{projectId}
/
entries
/
{entryId}
/
events
cURL
curl --request GET \
  --url https://api.embeddables.com/projects/{projectId}/entries/{entryId}/events \
  --header 'X-Api-Key: <x-api-key>'
[
  {
    "entry_id": "entry_myexampleentry",
    "contact_id": "contact_myexamplecontact",
    "project_id": "pr_myexampleproject",
    "group_id": "group_myexamplegroup",
    "embeddable_id": "flow_myexampleflow",
    "embeddable_version_number": 1,
    "timestamp": "2022-01-01T00:00:00Z",
    "page_id": "page_myexamplepageid1",
    "page_key": "page_myexamplepagekey1",
    "page_index": 1,
    "max_page_id": "page_myexamplemaxpageid2",
    "max_page_key": "page_myexamplemaxpagekey2",
    "max_page_index": 2,
    "total_pages": 3,
    "event_type": "flowpage.viewed",
    "view_type": "flowpage",
    "custom_event_name": "my_custom_event",
    "custom_event_props": "{ \"key\": \"value\" }"
  },
  {
    "entry_id": "entry_myexampleentry",
    "contact_id": "contact_myexamplecontact",
    "project_id": "pr_myexampleproject",
    "group_id": "group_myexamplegroup",
    "embeddable_id": "flow_myexampleflow",
    "embeddable_version_number": 1,
    "timestamp": "2022-01-01T00:01:00Z",
    "page_id": "page_myexamplepageid2",
    "page_key": "page_myexamplepagekey2",
    "page_index": 2,
    "max_page_id": "page_myexamplemaxpageid2",
    "max_page_key": "page_myexamplemaxpagekey2",
    "max_page_index": 2,
    "total_pages": 3,
    "event_type": "flowpage.viewed",
    "view_type": "flowpage",
    "custom_event_name": "my_custom_event",
    "custom_event_props": "{ \"key\": \"value\" }"
  }
]

Headers

X-Api-Key
string
required

Path Parameters

projectId
string
required
entryId
string
required

Query Parameters

limit
integer
direction
enum<string>
Available options:
ASC,
DESC

Response

entry_id
string
required
contact_id
string
required
project_id
string
required
group_id
string
required
embeddable_id
string
required
timestamp
string
required
event_type
string
required
embeddable_version_number
integer
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
view_type
string
custom_event_name
string | null
custom_event_props
string | null