API methods that return a large number of items, will return them inside a paginated array. Onehub utilizes offset-based pagination. Some methods will respond to an offset
parameter. To retrieve a complete set of paginated results, you perform multiple requests while increasing the offset
. This can be passed in the body of the request or by appending ?offset=
to the endpoint.
per_page
amount.per_page
amount.{"total_entries": 42,"current_page": 2,"total_pages": 2,"per_page": 30,"items": [...]}