Events history
Contains history entry object description and API calls to interact with it.
Tracker history entry
{
"id": 1,
"type": "tracker",
"is_read": false,
"message": "Alarm",
"time": "2020-01-01 00:00:00",
"event": "offline",
"tracker_id": 2,
"rule_id": 3,
"track_id": 4,
"location": {
"lat": 50.0,
"lng": 60.0,
"precision": 50
},
"address": "address",
"extra": {
"task_id": null,
"parent_task_id": null,
"counter_id": null,
"service_task_id": null,
"checkin_id": null,
"place_ids": null,
"last_known_location": false,
"tracker_label": "Tracker label",
"emergency": false,
"employee_id": 4563
}
}API actions
read
Parameters
name
description
type
Examples
Response
Errors
mark_read
Parameters
name
description
type
Examples
Response
Errors
mark_read_all
Parameters
Examples
Response
Errors
Last updated
Was this helpful?