v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14134933.3 KB

Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.

get/devices/{deviceId}/events#fromTimeStamp&toTimeStamp

Path parameters

deviceIdstring required

The unique identifier of the device.

Query parameters

fromTimeStampstring date-time required

The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z

maxResultsinteger

The maximum number of results to return per request. If not set, a default value of 100 is used.

nextTokenstring

The token to retrieve the next set of results.

toTimeStampstring date-time required

The end date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z

Response

Success

NextTokenstring

The token to retrieve the next set of results.