limit and offset query parameters.
Parameters
| Parameter | Type | Default | Range | Description |
|---|---|---|---|---|
limit | integer | 100 | 1–200 | Maximum number of records to return |
offset | integer | 0 | 0+ | Number of records to skip |
Total Count Header
List endpoints return anX-Total-Count header with the total number of matching records (before pagination). Use this to calculate the total number of pages.
Example
Fetch the second page of 20 expenses:Calculating Pages
Endpoints with Pagination
The following endpoints supportlimit and offset:
GET /assignmentsGET /expensesGET /tax-homeGET /tax-home-docsGET /tax-home-costsGET /mileageGET /credentials
Endpoints with Page-Based Pagination
The notifications endpoint usespage and limit instead of offset:
| Parameter | Type | Default | Range |
|---|---|---|---|
page | integer | 1 | 1+ |
limit | integer | 20 | 1–50 |