Field | Type | Required | Description |
---|---|---|---|
organizationId |
string|array|null | ➖ | Filter by organization ID. |
customerId |
string|array|null | ➖ | Filter by customer ID. |
externalCustomerId |
string|array|null | ➖ | Filter by external customer ID. |
source |
Components\EventSource|array|null | ➖ | Filter by event source. |
query |
?string | ➖ | Query to filter event names. |
page |
?int | ➖ | Page number, defaults to 1. |
limit |
?int | ➖ | Size of a page, defaults to 10. Maximum is 100. |
sorting |
array<Components\EventNamesSortProperty> | ➖ | Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order. |