Page MenuHomePhabricator

Investigate pagination in the REST API
Closed, ResolvedPublic

Event Timeline

This is not provided by the framework, although it will probably be in the future (see e.g. T234470 and T265204).

The existing core handlers set a hard limit on the result and do not provide a way to go to the next page. Hence, I'd find it acceptable if we wanted to do the same. In fact, my proposal is that we set a reasonably high limit and only provide the first page of results until we can do better. @cmelo @JCarvalho

Hi @Daimona, thanks, I agree, since seems that this will be provided in the future, I am ok by using a hard limit for now on the API side.

Calling this resolved given yesterday's conversation.