🎉 Arcadia 1.0.0-beta.8(现已发布)
Arcadia

获取标签列表

目前用于系统定时任务类型过滤,使用分页接口的 tags 参数,具体取自 bind 记录值的中间字段。

GET
/cron/v1/tagsList

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
    }
  ]
}