getAllTags
Use the interface to get the tag list.
Request Mode
POST/GET http://ip/V1.0/replay/getAllTags
Request Data
Null
Response Body
{
"data": [
"tag 2",
"tag 3",
"tag 5",
"tag 6",
"tag 8"
],
"message": "SUCCESS",
"status": 0
}
| Name | Description |
|---|---|
| status | Response status. 0: success |
| message | Service status description. 0: Success |
| data | The tag list |