获取品牌列表
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| InstanceId |
string |
是 |
实例 ID。 |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| NextToken |
string |
否 |
查询凭证(Token)。 |
NTxxxxxexample |
| PreviousToken |
string |
否 |
查询上一页凭证(Token)。 |
PTxxxxxexample |
| MaxResults |
integer |
否 |
分页查询时每页行数。 |
20 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 ID。 |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
列表总条数目。 |
100 |
| NextToken |
string |
本次调用返回的查询凭证(Token)值。 |
NTxxxexample |
| PreviousToken |
string |
本次调用返回的查询凭证(Token)值。 |
PTxxxexample |
| MaxResults |
integer |
分页查询时每页行数。 |
20 |
| Brands |
array<object> |
品牌数据列表。 |
|
|
object |
品牌数据。 |
||
| InstanceId |
string |
实例 ID。 |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| BrandId |
string |
品牌 ID。 |
brand_xxxx |
| BrandName |
string |
品牌名称。 |
Custom Brand |
| BrandType |
string |
品牌类型。 枚举值:
|
user_custom |
| Status |
string |
品牌状态。 枚举值:
|
enabled |
示例
正常返回示例
JSON格式
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"TotalCount": 100,
"NextToken": "NTxxxexample",
"PreviousToken": "PTxxxexample",
"MaxResults": 20,
"Brands": [
{
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"BrandId": "brand_xxxx",
"BrandName": "Custom Brand",
"BrandType": "user_custom",
"Status": "enabled"
}
]
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。