LabelsFieldFilter
One OfThe field exactly matches the provided value.
Example:?filter[field_name_here][eq]=foo
The field contains the provided value.
Example:?filter[field_name_here][contains]=foo
The field contains any of the provided values.
Example:?filter[field_name_here][ocontains]=foo,bar
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
DateTimeFieldFilter
Filters on the given datetime (RFC-3339) field value.
One OfSortQuery
stringThe 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’).
PageMeta
objectContains pagination query parameters and the total number of objects returned.
Example:1
Example:10
Example:100
PaginatedMeta
objectreturns the pagination information
Contains pagination query parameters and the total number of objects returned.