查询预算项目信息筛选项
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
|---|---|---|---|---|
Action | String | 是 | ListBudgetFilterProject | 要执行的操作,取值:ListBudgetFilterProject。 |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01。 |
Limit | Integer | 是 | 100 | 查询数量 |
Offset | Integer | 是 | 0 | 查询偏移量 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
List | Array of String | [ | 项目信息列表 |
Total | Integer | 2 | 预算总数量 |
Limit | Integer | 10 | 查询数量 |
Offset | Integer | 0 | 查询偏移量 |
{ "Limit": 100, "Offset": 0 }
{ Metadata: { RequestId: "20251015215506DB9C3EDDAAF03501AFA4", Action: "ListBudgetFilterProject", Version: "2022-01-01", Service: "billing", Region: "cn-beijing", HTTPCode: 200 }, Limit: 100, List: [ "1smxZ9qtest2Ja2bSyU", "ABfvgD", "QViEzj", "SjfntL", "TCrsTVftest_3izUL0tc", "default", "livesaas_2100057673_user_project", "livesaas_2100057674_user_project", "oQdX40tproject_testRPWtZWu", "project_test", "test1", "test10", "test111", "test112", "test113", "test2", "test3", "test4", "test5", "test6", "test7", "test8", "test9", "test_1", "test_3", "testzhl", "wwwww" ], Offset: 0, Total: 27 }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
|---|---|---|
500 | InternalServerError | 系统错误,多次出现时请联系管理员 |