Input name

API call to get descriptions of all sensor inputs existing in the system.

API base path: /tracker/sensor/input_name.

API call to get all sensor inputs and state fields existing in the system and their descriptions.

API actions

list

This will provide translations of all sensor inputs and state fields present in the system. These translations (field description in response) will be given in the language according to the user's locale. For state fields, the value type and descriptions (translations) of possible values are also provided if available.

Parameters

Only API key hash.

Examples

curl -X POST 'https://api.eu.navixy.com/v2/tracker/sensor/input_name/list' \
    -H 'Content-Type: application/json' \
    -d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b"}'

Response

For every input following properties returned: input_name and description.

input_name is an enum member, same as in sensor object.

description is made in current user's language (according to locale settings).

Example response

Errors

General types only.

Last updated

Was this helpful?