1.Query all devices information
URL | https://apollo.aovx.com:1443/terminal/queryAllTerminalInfo |
---|---|
Description | Query all devices information |
Request mode | application/json |
2.Request parameters
2.1.Request header
You need to add “token” information in the request header.
If you do not add token information, you will not be able to pass identity authentication authentication.
2.2.Parameters example
No parameters required, all terminal information under this account will be obtained based on the request header token
3.Responses result
3.1.Responses example(Before encryption)
{
"code": 200,
"message": "Operation succeeded",
"data": [
{
"terminalId": "0001E9959A7B481DA96EDDDA0FDC86B1",
"terminalNum": "413052433306",
"vehicleId": "CD1920FBBF52417EB39D335902FE12BF",
"vehicleNum": "A-3306",
"typeId": 103,
"typeName": "Apollo",
"protocolType": 808,
"simNum": "89314404001235546339",
"iccid": "89314404001235546339",
"imei": "865413052433306",
"expireTime": "2025-05-01 00:00:00",
"createTime": "2023-05-25 06:24:02"
},
....
]
}
3.2.Responses description
Properties | Type | Description |
---|---|---|
code | int | result code,Please refer to “Result Code” for details |
message | String | result message |
data | Object | Result object |
3.2.1.data description
Properties | Type | Description |
---|---|---|
terminalId | String | Unique identifier of the device assigned by the system |
terminalNum | String | device’s S/N(12 digit numerical value) |
vehicleId | String | Unique identification of the vehicle assigned by the system |
vehicleNum | String | Vehicle number for device installation |
typeId | int | Device classification assigned by the system |
typeName | String | Device Type Name |
protocolType | int | Device Protocol Type ID |
simNum | String | SIM number |
iccid | String | ICCID |
imei | String | IMEI |
expireTime | String | Device expiration time,UTC+0 |
createTime | String | Device registration time,UTC+0 |
4.Postman test
Before encryption:
After encryption:
作者:admin 创建时间:2023-10-17 11:51
最后编辑:admin 更新时间:2023-10-31 18:39
最后编辑:admin 更新时间:2023-10-31 18:39