Chapter 6: Dealing with Content
In this chapter, we will see how we can interact with API content. Strapi provides a handy set of API parameters that can be used to perform common tasks such as filtering, sorting, and paginating content. We will see how can we use those API parameters to manipulate API results. Finally, we will explain how we can use the Strapi Query Engine API to write and execute complex query operations.
The topics we will cover in this chapter are as follows:
- Creating sample data
- Sorting and pagination with API operators
- Filtering content with Strapi API filter operators
- Paginating API content
- Understanding how Strapi works under the hood