Skip to content

Add information about default pagination to REST API documentation. #9194

@codydirks

Description

@codydirks

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Is your feature request related to a problem? Please describe.

The current API docs don't make it clear that some GET requests (i.e. /api/tasks, and probably others) will paginate results with a default page size of 10, rather than returning all results in a single request as a user might naively expect.

Describe the solution you'd like

Updated documentation to reflect the default pagination behavior, for any API endpoint that returns an array of results.

Alternatively, but probably a more involved change, would be to add a parameter that allows a user to override the default pagination and return all results if they so desire.

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions