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