Event type
Contains list method to get event types available to user with localized descriptions.
API actions
list
Parameters
name
description
type
Example
curl -X POST 'https://api.eu.navixy.com/v2/history/type/list' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "locale": "En-en"}'Response
{
"success": true,
"list": [
{
"type": "alarmcontrol",
"description": "Car alarm"
}
]
}Errors
Last updated
Was this helpful?