Anchor: list
Overview
Return a collection of anchor that match the API request parameters.
API URL
/api/anchor/query
HTTP Method
GET
URL Parameters
Name | Type | Required | Description |
---|---|---|---|
access_token or user_access_token | String | Requires | Specify the API access_token of the account or the user_access_token obtained after the user logged in. |
Response
An HTTP code of 200 is responded for each successful data requests. The message body contains a JSON object listing all anchor .
Examples
{
"code": 0,
"msg": "Successful operation",
"msg_en": "Successful operation",
"data": [
{
"id": 3,
"belongszone": 1,
"subroom": "",
"main_anchor": "9958",
"serialnumber": "a0a2",
"x": -6.77143,
"y": -4.07143,
"z": 0,
"ismain": 1,
"ipaddr": "192.168.1.241",
"macaddr":"00:80:e1:16:3d:26",
"anchorsta": 0,
"orientation": 0,
"pdoa_o": 0,
"range_o": 0,
"ping": null,
"anchortype": "1",
"odserial": "",
"atparam": 6,
"nettype": 0,
"devicetype": 0,
"configparam": "",
"deviation": 0,
"assist3d": "",
"equipmodel":"Ubitrack_A_v1.0.0",
"create_time": "2022-02-07T01:53:39Z",
"update_time": "2022-03-09T05:33:24Z",
"achannel": 2,
"aldelay": 16595.1,
"aspwr": 0,
"apwrval": "1f1f1f1f",
"aspeed": 1,
"arespslot": 4,
"asyncperiod": 150,
"arangeperiod": 10000,
"acmled": 1,
"afirmware": "V0.2.37",
"areadtime": "2022-03-08T09:18:04Z",
"awritetime": null,
"name_zero": null,
"name": "name***",
"sort": 9,
"is_online": 1
},
......
],
"exe_time": "0.002053"
}