CatalogServiceApiMapping
objectRepresents an API mapping associated with a service in the catalog.
The mapping ID.
The ID of the service.
The ID of the API.
Creation timestamp.
Last update timestamp.
CatalogServiceApiMappingFilterParameters
objectFilter using one of the following operators: eq, oeq, neq
Show Child Parameters
Filter using one of the following operators: eq, oeq, neq
Show Child Parameters
CatalogApiServiceMappingFilterParameters
objectFilter using one of the following operators: eq, oeq, neq
Show Child Parameters
Filter using one of the following operators: eq, oeq, neq
Show Child Parameters
StringFieldEqualsFilter
Filters on the given string field value by exact match.
UuidFieldFilter
objectFilter using one of the following operators: eq, oeq, neq
The field exactly matches the provided value.
Example:?filter[field_name_here][eq]=foo
The field matches any of the provided values.
Example:?filter[field_name_here][oeq]=foo,bar
The field does not match the provided value.
Example:?filter[field_name_here][neq]=bar