GET
/
v2.01
/
{ClientId}
/
events

Note

Events are returned up to 45 days after they occur. Any request attempting to access an event older than 45 days will result in an HTTP 400 - error.

Query parameters

EventType
string
required

Allowed values: An EventType listed in the event types list

The type of the event.

BeforeDate
timestamp

The date before which the event was created (based on the event’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

AfterDate
timestamp

The date after which the event was created (based on the event’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

Responses