GET /api/v1/events
Summary: Get a list of all events optionally filtered by date. This request is extra throttled to 2 calls per page per hour.
Operation ID: EventApi_GetList
Auth: unknown
Operation ID: EventApi_GetList
Auth: unknown
Parameters (6)
maxDate
(string, query, optional)
Specifies the newest date to include in the response
minDate
(string, query, optional)
Specifies the oldest date to include in the response
orderId
(integer, query, optional)
Filter for specific order id
page
(integer, query, optional)
Specifies the page to request
pageSize
(integer, query, optional)
Specifies the pagesize. Defaults to 50, max value is 250
typeId
(array, query, optional)
Filter for specific event types
No probe data for this endpoint yet.