1.URL
http://124.223.60.234:8080/system/asset/location/queryTerminalUploadIntervalList
or Server in US
https://cloud.aovx.com/prod/system/asset/location/queryTerminalUploadIntervalList
2.Request parameters
2.1.Request headers
Add token in Headers: After successful login verification, the corresponding tokenId in user login response data
2.2.Parameters example
{
"ids":["8B60985EA2314D8D944C4B5C9044782C","D21D5EFE9DBE45D7AD364CB05D1D4C4B"]
}
2.3.Parameters description
Field | Data type | description | required |
---|---|---|---|
ids | List | Set of terminal unique identifiers. Parameters can be omitted, and the default is to query all devices under the current user. | N |
3. Interface Response
3.1. Return Example
{
"code": 200,
"message": "Operation succeeded",
"data": [
{
"terminalId": "8B60985EA2314D8D944C4B5C9044782C",
"terminalNum": "88079146120",
"terminalType": 101,
"uploadInterval": -1,
"awakenInterval": -1,
"sensorInterval": -1
},
{
"terminalId": "D21D5EFE9DBE45D7AD364CB05D1D4C4B",
"terminalNum": "238072636774",
"terminalType": 102,
"uploadInterval": -1,
"awakenInterval": -1,
"sensorInterval": -1
}
]
}
3.2. Description of Return Results
Field | Type | Description |
---|---|---|
code | int | Return status |
message | String | Description of return result |
data | object | Return result body |
Description of data
Field | Type | Description |
---|---|---|
total | String | Total number of records |
size | String | Number of pages |
data | object | Result set per page |
Description of data
(nested)
Field | Type | Description |
---|---|---|
terminalId | String | Unique identifier of the terminal system |
terminalNum | String | Terminal SID |
terminalType | int | Terminal type ID |
awakenInterval | int | Standby upload interval (unit: s; -1 indicates invalid) |
uploadInterval | int | Active upload interval (unit: s; -1 indicates invalid) |
sensorInterval | int | Sampling period (unit: s; -1 indicates invalid) |
作者:admin 创建时间:2025-06-08 17:33
最后编辑:admin 更新时间:2025-06-08 17:36
最后编辑:admin 更新时间:2025-06-08 17:36