We are using this API https://developers.rms.teltonika-networks.com/pages/api.html#/devices As provided in the API page, In the example result - how do i know what each fields are?
{
"data": [
{
"static_monitoring": 0,
"io_monitoring": 60,
"oc_output_cfg": "oc_output_cfg",
"accuracy": 2,
"ecio_2": "ecio_2",
"rsrp": 9.301444,
"modem_manufacturer_2": "Quectel",
"user_set_longitude": 14.269965,
"monitoring_enabled": 1,
"iccid_2": "11111111111111111111",
"operator_2": "operator_2",
"mqtt": 1,
"analog_input": "analog_input",
"auto_extend_credit": 1,
"model": "RUT950",
"id": 70810,
"cell_tower_longitude": 14.269965,
"rsrp_2": 3.6160767,
"management_credit_type": "management_5y",
"mnc_2": "146",
"imei_2": "111111111111111",
"received": 2,
"cell_tower_latitude": 48.790625,
"received_2": 7,
"mcc_2": "246",
For eg: what is status? rsrp_2? and other fields?
I’m looking for references of what each of these fields are. Where can i find these info?
Thanks in advance.