Returns a paginated list of events.
Security
oauth2
- https://.app.willowinc.com/api/v3https://.app.willowinc.com/api/v3/events
{ "sortSpecifications": [ { … } ], "filterSpecifications": [ { … } ], "page": null, "pageSize": null }
Response
{
"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"
}
]
}