Returns a paginated list of events.
Security
oauth2
POST
- application/json
- text/json
- application/*+json
- object
- FilterConditionOperators
{ "sortSpecifications": [ { … } ], "filterSpecifications": [ { … } ], "page": null, "pageSize": null }
Response
- text/plain
- application/json
- text/json
{
"before": 0,
"after": 0,
"total": 0,
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": null,
"description": null,
"startTime": "2019-08-24T14:15:22Z",
"endTime": null,
"eventTypeId": 0,
"type": 0,
"subTypeId": null,
"category": null,
"eventSourceId": null,
"externalId": null,
"payload": null,
"payloadVersion": null,
"scalarValue": null,
"twinId": null,
"locations": null,
"createdDate": "2019-08-24T14:15:22Z",
"lastModifiedDate": "2019-08-24T14:15:22Z"
}
]
}