All list endpoints accept the following query parameters to control ordering:
list[ordering]Column name to sort by (e.g. list[ordering]=t.created). The available column names depend on the underlying model; the most commonly useful values are listed under each endpoint.
list[direction]ASC or DESC (default is DESC for most resources).
Pagination is handled by the Joomla API application using page[offset] and page[limit] query parameters (standard Joomla API behaviour). The response links object includes first, next, prev, and last links when applicable.