閱讀65 返回首頁    go 百度


查詢APP列表__應用管理相關接口_API_API 網關-阿裏雲

描述

查詢APP列表及基本信息

  • 此功能麵向調用API的用戶
  • AppId選擇性傳入

請求參數

名稱 類型 是否必須 描述
Action String 操作接口名,係統規定參數,取值:DescribeAppAttributes
AppId Long APP的編號
PageSize Integer 指定分頁查詢時每頁行數,最大值100,默認值為10
PageNumber Integer 指定要查詢的頁碼,默認是1,起始是1

返回參數

名稱 類型 描述
RequestId String 本次請求編號
TotalCount Integer 返回結果的總條數
PageNumber Integer 返回指定的頁碼
PageSize Integer 返回指定的每頁條數
Apps AppAttribute 由 AppAttribute 組成的數組格式,返回APP的信息

示例

請求示例

  1. https://apigateway.cn-qingdao.aliyuncs.com/?Action=DescribeAppAttributes
  2. &AppId=20112314518278
  3. &pageSize=10
  4. &pageNumber=1
  5. &<公共請求參數>

返回示例

XML格式

  1. <DescribeAppAttributesResponse>
  2. <RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BZ015</RequestId>
  3. <TotalCount>1</TotalCount>
  4. <PageSize>10</PageSize>
  5. <PageNumber>1</PageNumber>
  6. <Apps>
  7. <AppAttribute>
  8. <AppId>20112314518278</AppId>
  9. <AppName>CreateApptest</AppName>
  10. <Description>APP test</Description>
  11. <CreatedTime>2016-07-31T04:10:19Z</CreatedTime>
  12. <ModifiedTime>2016-07-31T04:10:19Z</ModifiedTime>
  13. </AppAttribute>
  14. </Apps>
  15. </DescribeAppAttributesResponse>

JSON格式

  1. {
  2. "TotalCount":1,
  3. "PageSize":10,
  4. "PageNumber":1,
  5. "RequestId":"8883AC74-259D-4C0B-99FC-0B7F9A588B2F",
  6. "Apps":
  7. {
  8. "AppAttribute":
  9. [
  10. {
  11. "AppId":20112314518278,
  12. "AppName":"CreateApptest",
  13. "Description":"APP test",
  14. "CreatedTime":"2016-07-31T04:10:19Z",
  15. "ModifiedTime":"2016-07-31T04:10:19Z"
  16. }
  17. ]
  18. }
  19. }

最後更新:2016-11-23 17:16:10

  上一篇:go 重置APP密鑰__應用管理相關接口_API_API 網關-阿裏雲
  下一篇:go 查詢APP密鑰__應用管理相關接口_API_API 網關-阿裏雲