Get events
Required scopes:
- partner.webhooks.manage
OData supported operators:
- logical operators: Or, And, Equal, GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual
- arithmetic operators: None
- functions: None
OData filtering syntax can be seen here. Ordering syntax can be seen here.
Query Parameters |
---|
$filter stringFilter the results using OData syntax. Supported properties: created, eventType, deliverySuccess |
$orderby stringOrder the results using OData syntax. Supported properties: created |
$skip int32Skip the specified number of entries |
$top int32Possible values: value ≤ 100 Get the top X number of records. Max value: 100 |
Responses | |||||||||
---|---|---|---|---|---|---|---|---|---|
200 OK
|