1. URL
https://cloud.aovx.com/prod/system/asset/status/queryTerminalOnlineStatus
2. Request Parameters
2.1 Request Header
token: Corresponding tokenId in the data field returned after successful login authentication
2.2 Parameter Example
{
"terminalId":"42EA1752-00BF-46C2-8132-6F103B31B24B"
}
2.3 Parameter Description
| Field | Type | Description | Mandatory |
|---|---|---|---|
| terminalId | String | Unique identifier of system terminal | Y |
3. Interface Response
3.1 Response Example
{
"code": 200,
"message": "Operation succeeded",
"data": {
"terminalId": "42EA1752-00BF-46C2-8132-6F103B31B24B",
"onlineStatus": 0,
"acc":0,
"gnssTime": "2022-12-15 02:49:30",
"recvTime": "2022-12-15 02:52:56"
}
}
3.2 Response Result Description
| Field | Type | Description |
|---|---|---|
| code | int | Response status code |
| message | String | Response result description |
| data | object | Response result body |
Data Field Description
| Field | Type | Description |
|---|---|---|
| terminalId | String | Unique device identifier |
| onlineStatus | int | 0: Offline; 1: Online |
| acc | int | 0: OFF; 1: ON. Absence of this field indicates invalid status |
| gnssTime | String | Device report time |
| recvTime | String | Last update time |
Author:admin Create time:2026-01-26 18:05
Last editor:admin Update time:2026-01-26 18:08
Last editor:admin Update time:2026-01-26 18:08