Events

Get all events for an entity

Path parameters

entityIdstringRequired

Entity ID or Entity ForeignID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

startDatedatetimeOptional

Start date filter. If not provided, events from the start of time will be returned.

endDatedatetimeOptional

End date filter. If not provided, events to the end of time will be returned.

limitintegerOptional

Number of events to return. Limit can range between 1 and 100, and the default is 50.

startingAfterstringOptional

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.
datalist of objects
countinteger
hasMoreboolean

Errors