Paginated Responses

📘

Pagination

Index endpoints return records in a paginated fashion to make sure responses are easier to handle. The number of records returned per page can be set using the per_page query parameter. By default the maximum number of records to be returned per_page is 25, however the maximum is 100 for the Claims Administrator and Payer index endpoints. See the query params listed under each index endpoint for more options.

Each paginated response from daisyBill includes corresponding headers, including the next page, offset, current page, number of records per page, total number of records, and total number of pages. See below:

X-Next-Page: 2
X-Offset: 0
X-Page: 1
X-Per-Page 25
X-Total: 2999
X-Total-Pages: 120