GET /api/tcc-open-platform/open-api/label
类型 | 名称 | 说明 | 类型 |
---|---|---|---|
Query | code 必填 |
模块编号 | string |
Query | orgId 可选 |
所属租户(为null时查全部) | string |
HTTP代码 | 说明 | 类型 |
---|---|---|
200 | OK | RestData |
201 | Created | 无内容 |
401 | Unauthorized | 无内容 |
403 | Forbidden | 无内容 |
404 | Not Found | 无内容 |
application/json
*/*
类型 | 名称 | 作用域 |
---|---|---|
apiKey | Authorization | global |
apiKey | OpenAuthorization | global |
apiKey | ClientAuthorization | global |
名称 | 说明 | 类型 |
---|---|---|
List<TccLabelSimplifiedVO> | 标签编号 | collection |
名称 | 说明 | 类型 |
---|---|---|
id | 标签编号 | integer (int64) |
labelName | 标签名字 | string |