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

Headers

{
   "content": [
      {
         "id": 1,
         "eventId": 1,
         "orgId": 577,
         "eventType": "INFORMATION",
         "description": "A simple information event",
         "ts": 879,
         "isResolved": false,
         "resolvedAt": 1702480430139,
         "resolvedComment": null
      }
   ],
   "totalElements": 1
}

Request examples:

# curl command example:
$ curl -H "Authorization: Bearer {accessToken}" https://fra1.blynk.cloud/api/v1/organization/device/timeline?deviceId=1
$ curl -H "Authorization: Bearer eIdWHQqRfFmvP5LDDh-IGxPUzi7I27HthzCPAVmS" https://fra1.blynk.cloud/api/v1/organization/device/timeline?deviceId=1

Last updated