History type¶
API path: /history/type
.
list¶
Returns available history types with localized descriptions.
parameters¶
- locale – locale code
- only_tracker_events – boolean (optional). Default - true.
response¶
{
"success": true,
"list": [<history_type>, ...]
}
where history_type is
{
"type": "alarmcontrol", // history type, e.g. "alarmcontrol"
"description": "Car alarm" // localized description, e.g. "Car alarm"
}
Last update: August 28, 2020