The collection of the GatewayResponse instances of a RestApi as a responseType-to-GatewayResponse object map of key-value pairs. As such, pagination is not supported for querying this collection.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GatewayResponses",
"title": "GatewayResponses",
"type": "object",
"properties": {
"position": {
"$ref": "#/components/schemas/String"
},
"items": {
"allOf": [
{
"$ref": "#/components/schemas/ListOfGatewayResponse"
},
{
"xml": {
"name": "item"
},
"description": "Returns the entire collection, because of no pagination support."
}
]
}
},
"description": "The collection of the GatewayResponse instances of a RestApi as a <code>responseType</code>-to-GatewayResponse object map of key-value pairs. As such, pagination is not supported for querying this collection."
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.