Pagination and Sorting
Requirements around paging, sorting, and handling stale result sets.
Queries are actions against a collection of resources, which allow your users to filter, sort, and aggregate data in a way that is meaningful to them. This section of the contract defines the structure of these queries, including Filtering, Searching, Pagination, Sorting, and Aggregation.
Requirements around paging, sorting, and handling stale result sets.
How to search, and construct complex filters for any query.
How to selectively reduce the size of the data returned in a result set.
Listing and searching collections of resources.
Aggregating data in a single query.