Events
Get all events for an entity
Path parameters
entityId
Entity ID or Entity ForeignID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
startDate
Start date filter. If not provided, events from the start of time will be returned.
endDate
End date filter. If not provided, events to the end of time will be returned.
limit
Number of events to return. Limit can range between 1 and 100, and the default is 50.
startingAfter
The ID of the event to start after. If not provided, the first page of events will be returned.
Response
This endpoint returns an object.
data
count
hasMore