API Command: – Retrieve List with Objects
The command to retrieve the list of the objects that are in your account is GET_OBJECTS.
Request:
URL: https://uapi.trackservice.cloud/public/get_objects
method: POST
Params:
- no params
Success:
httpStatus: 200 Ok
{
“status”: 0,
“message”: “”,
“data”: {
“objects”: [
{
“name”: “BMW”,
“imei”: “355555085637652”,
“protocol”: “ruptella”,
“ip”: “192.168.0.1”,
“port”: “3326”,
“active”: “true”,
“objext_expire”: “2025-01-01 00:00:00”,
“object_expire_dt”: “2025-01-01 00:00:00”,
}
]
}
}
status always 0 and message empty
Error
{
“status”: 644,
“message”: “Some error description”
}