Get tag list
HTTP Request URL: http(s)://api.thingboot.com/{AppID}/tag/list/?sign={sign}&ts={ts}
About the sign and ts definition
Or
MQTT Publish Topic: api/{AppID}/tag/list
The returned results are also received on the same topic.
Request parameters
| Name | Type | Description |
|---|---|---|
| page_index | int | Page number, default 1 |
| page_size | int | Default is 10 items, can be 20, 30, or 50. |