{{url}}/v1/tag/list| Parameter | Example Value | Required | Type | Description |
|---|---|---|---|---|
| token | Yes | string | authentication token |
{
"data": {
"list": [
{
"tagId": "1024",
"name": "hello",
"orderby": 0,
"time": "2021-12-05 09:41"
},
{
"tagId": "2048",
"name": "world",
"orderby": 0,
"time": "2021-12-05 09:41"
}
]
},
"code": 0,
"msg": "OK"
}
| Parameter | Type | Description |
|---|---|---|
| list | array | group list |
| list.tagId | string | group ID |
| list.name | string | group name |
| list.orderby | int | group sorting |
| list.time | string | group creation time |
| code | int | 0: successful; not 0: failed |
We Offer 3-Day Free Trial for All New Users
No Limitations in Features
