Queries API products by application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeApiProductsByApp |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
integer |
Yes |
The application ID. |
110962435 |
| PageNumber |
integer |
No |
The number of the page to return. Pages start from page 1. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0B805201-AF4C-5788-AC9E-C3EEC83DC82A |
| PageSize |
integer |
The number of entries per page. Default value: 10. |
10 |
| PageNumber |
integer |
The page number. Default value: 1. |
1 |
| TotalCount |
integer |
The total number of returned entries. |
4 |
| ApiProductInfoList |
object |
||
| ApiProductInfo |
array<object> |
The information about API products. |
|
|
object |
|||
| ApiProductId |
string |
The ID of the API product. |
117b7a64a8b3f064eaa4a47ac62aac5e |
Examples
Success response
JSON format
{
"RequestId": "0B805201-AF4C-5788-AC9E-C3EEC83DC82A",
"PageSize": 10,
"PageNumber": 1,
"TotalCount": 4,
"ApiProductInfoList": {
"ApiProductInfo": [
{
"ApiProductId": "117b7a64a8b3f064eaa4a47ac62aac5e"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.