获取标签列表
目前用于系统定时任务类型过滤,使用分页接口的 tags 参数,具体取自 bind 记录值的中间字段。
Authorization
Token api-token<token>
32位令牌,在控制面板《个人设置 - 令牌管理》页面获取
In: header
Response Body
application/json
curl -X GET "https://example.com/cron/v1/tagsList"[ { "bind": "string", "count": 0 }]
