Get Device Timeline Log
Use this endpoint to get events, that has been triggered by device.
Get Device Timeline
GET
https://{server_address}/api/v1/organization/device/timeline
Query Parameters
Name
Type
Description
page
0
Page number starting from 0. First page by default.
size
20
Page size. Should be from 1 to 100. 20 by default.
deviceId*
1
Device identifier. Should be a valid integer.
eventType
INFORMATION
Event type name to filter timeline by. All event types will be included, if not specified.
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
Request examples:
Last updated