Skip to main content
When querying for lists of items, the responses will be paginated. The pagination will be represented in the links key of the response.
The array of items will be available as a key that matches the name of the route. For instance, folders will have a top-level folders key.
You can specify the page you want to access and the number of items per page by using the page and limit query parameters.