Events
List all Events
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
Allowed values: An EventType
listed in the event types list
The type of the event.
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.
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
Was this page helpful?