分页查询标签列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
dytns:QueryTagListPage |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| PageNo |
integer |
否 |
页码。默认取值为 1。 |
18 |
| PageSize |
integer |
否 |
分页大小。 |
66 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 ID。 |
A4475657-BB7E-585D-9E09-37934F096103 |
| Message |
string |
返回状态码描述。 |
OK |
| Data |
object |
返回数据。 |
|
| TotalCount |
integer |
总数。 |
32 |
| TotalPage |
integer |
总页数。 |
91 |
| PageSize |
integer |
分页大小。 |
24 |
| PageNo |
integer |
当前页码。 |
11 |
| Records |
array<object> |
数据列表。 |
|
|
object |
数据。 |
||
| SceneId |
integer |
场景 ID。 |
13 |
| SceneName |
string |
场景名称。 |
查询 |
| IndustryId |
integer |
行业 ID。 |
2 |
| Introduction |
string |
标签介绍。 |
这个标签是查询号码状态的。 |
| SaleStatusStr |
string |
|
1 |
| ApiName |
string |
前端调用的 API 名称。 |
TwoElementsVerification |
| Id |
integer |
标签 ID。 |
75 |
| IndustryName |
string |
行业名称。 |
测试 |
| Code |
string |
请求状态码。 OK 为成功。 |
OK |
| DocAddress |
string |
API 文档链接。 |
https://help.aliyun.com/document_detail/388997.html?spm=a2c4g.388997.0.0.cf804cc7DX4vlP |
| Name |
string |
标签名称。 |
阿里云 |
| IsOpen |
integer |
是否已经申请开通。 |
是 |
| Code |
string |
请求状态码。 OK 为成功。 |
OK |
| Success |
boolean |
是否成功。取值:
|
true |
示例
正常返回示例
JSON格式
{
"RequestId": "A4475657-BB7E-585D-9E09-37934F096103",
"Message": "OK",
"Data": {
"TotalCount": 32,
"TotalPage": 91,
"PageSize": 24,
"PageNo": 11,
"Records": [
{
"SceneId": 13,
"SceneName": "查询",
"IndustryId": 2,
"Introduction": "这个标签是查询号码状态的。",
"SaleStatusStr": "1",
"ApiName": "TwoElementsVerification",
"Id": 75,
"IndustryName": "测试",
"Code": "OK",
"DocAddress": "https://help.aliyun.com/document_detail/388997.html?spm=a2c4g.388997.0.0.cf804cc7DX4vlP",
"Name": "阿里云",
"IsOpen": 0
}
]
},
"Code": "OK",
"Success": true
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidParameter | Invalid parameter. | 无效参数 |
| 400 | AuthCodeIllegal | Illegal authCode. | 鉴权时使用的authcode不可用于该接口 |
| 500 | InternalError | A system error occurred. | 系统异常 |
| 500 | RequestTimeout | Request supplier timed out. | 请求供应商超时 |
| 500 | RequestSupplierError | Request supplier error. | 请求第三方服务异常。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。