Get Device Timeline Log
Use this endpoint to get events, that has been triggered by device.
Get Device Timeline
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"content": [
{
"id": 1,
"eventId": 1,
"orgId": 577,
"eventType": "INFORMATION",
"description": "A simple information event",
"ts": 879,
"isResolved": false,
"resolvedAt": 1702480430139,
"resolvedComment": null
}
],
"totalElements": 1
}{
"error": {
"message": "Device with identifier 1 is not found or belong to another organization."
}
}Last updated
Was this helpful?

