List API Mappings for a Service
Returns a paginated collection of API mappings for the given service.
Query parameters
The maximum number of items to include per page. The last page of a collection may include fewer items.
Determines which page of the entities to retrieve.
The asc suffix is optional as the default sort order is ascending. The desc suffix is used to specify a descending order. Multiple sort attributes may be provided via a comma separated list. JSONPath notation may be used to specify a sub-attribute (eg: 'foo.bar desc').
Sorts a collection of catalog service API mappings. Supported sort attributes are:
- created_at
- updated_at
Default sort is created_at in descending order.
Filters a collection of catalog service API mappings for a given Service. Supported filter attributes are:
- api_id
Response
A paginated list response for a collection of catalog service API mappings.
Example response
{
"meta": {
"page": {
"number": 1,
"size": 10,
"total": 100
}
}
}