📄️ Where
Where Filter
📄️ Sort
The sort filter allows you to sort the results of your query based on one or more fields. This filter is useful when you want to order the returned data in either ascending or descending order. Below is a detailed explanation of how to use the sort filter in your API requests.
📄️ Limit & Skip
The limit and skip filters allow you to control the number of records returned by your query and to paginate through large datasets. These filters are particularly useful when working with large collections where you want to retrieve a specific subset of data.
📄️ Include
The include filter allows you to include related models in your query results. This filter enables the retrieval of data from associated models alongside the primary model, optimizing data access and reducing the need for multiple queries.
📄️ Summary
API Filters Summary