API Command: – Retrieve List with Objects
The command to retrieve the list of the objects that are in your account is GET_OBJECT_CMDS
In this command, we need to specify the IMEI of the vehicle we want to retrieve data as a parameter.
Request:
URL: https://uapi.trackservice.cloud/public/get_object_cmds
method: POST
Params:
- imei
Object IMEI (single imei!).
Success:
httpStatus: 200 Ok
{
“status”: 0,
“message”: “”,
“commands”: [
{
“cmd_id”: 89469,
“type”: “ascii”,
“cmd”: “Test command for 358480085637652”
}
]
}
status always 0 and message empty
Error
{
“status”: 644,
“message”: “Some error description”
}
status has error number, message has error description