Event data

Get an event's custom properties

GET/api/websites/{websiteId}/event-data/{eventId}

Returns the custom property records, data types, and values attached to a specific event.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Path parameters

NameTypeDescription
websiteIdrequiredstringID of the website.
eventIdrequiredstringID of the event.

Responses

200The operation completed successfully.
NameTypeDescription
createdAtrequiredstringDate and time the record was created.
dataKeyrequiredstringName of the custom property.
dataTyperequirednumberData type of the custom property.
dateValuerequiredstringCustom property value stored as a date-time.
idrequiredstringUnique identifier of the resource.
numberValuerequiredobjectCustom property value stored as a number.
stringValuerequiredstringCustom property value stored as a string.
websiteEventIdrequiredstringID of the website event.
websiteIdrequiredstringID of the website.
200 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example

Code samples

cURL