View source: R/apigateway_operations.R
apigateway_get_gateway_responses | R Documentation |
Gets the GatewayResponses collection on the given RestApi. If an API developer has not added any definitions for gateway responses, the result will be the API Gateway-generated default GatewayResponses collection for the supported response types.
See https://www.paws-r-sdk.com/docs/apigateway_get_gateway_responses/ for full documentation.
apigateway_get_gateway_responses(restApiId, position = NULL, limit = NULL)
restApiId |
[required] The string identifier of the associated RestApi. |
position |
The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here. |
limit |
The maximum number of returned results per page. The default value is 25 and the maximum value is 500. The GatewayResponses collection does not support pagination and the limit does not apply here. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.