Pagination for GET articles and GET categories API endpoints
under review
sneha sree
There is a request to support server-side pagination for GET articles and categories, similar to that we have for the search endpoint, where we use page and hitsPerPage in the request parameter.
Log In
D
D360 Product Management
marked this post as
under review
Mohamed Shakheen
Hi @sneha
Thanks for raising this request. We understand the need for server-side pagination support for the
GET articles
and GET categories
endpoints, similar to the pagination model used in the search API with page
and hitsPerPage
parameters.Implementing server-side pagination would help optimize performance, especially for projects with large volumes of content, by reducing payload size and improving API response times. It would also provide better control for clients when fetching data incrementally.
We’ll evaluate the technical feasibility and performance implications of extending pagination to these endpoints. Once reviewed, we’ll share an update on the next steps.