Tag: list
Overview
Return a collection of tag that match the API request parameters.
API URL
/api/tag/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 tag.
Examples
{
"code": 0,
"msg": "Successful operation",
"msg_en": "Successful operation",
"data": [
{
"id": 2,
"serialnumber": "7730",
"classify": 16,
"avatar": null,
"macaddr": "",
"energy": "4.01",
"temperature": null,
"act": 0,
"isclosed": null,
"heartrate": null,
"bloodoxygen": null,
"strength": "",
"last_fence": null,
"static_fn": 1000,
"active_fn": 200,
"avgsize": null,
"stimeout": null,
"create_time": "2022-02-07T01:44:37Z",
"update_time": "2022-03-02T06:55:21Z",
"status": 0,
"communicate_time": "2022-03-09T06:00:17Z",
"location_time": null,
"iccid": null,
"firmware": null,
"fn_sync": null,
"en_gps": null,
"fn_gps": null,
"location_time_gps": null,
"strength_gps": null,
"in_fence": "",
"cm_led": null,
"range_type": 1,
"charging_status": 0,
"steps": 47,
"fn_battery": 10800000,
"fn_hr": null,
"hr_sec": null,
"pic_name": null,
"cname": "TB",
"cp_name": "1646703270.jpg",
"msgs": "v",
"per_serialnumber": null,
"per_name": null,
"car_name": null
},
......
],
"exe_time": "0.002053"
}