Overview
Paginated Dropmark API endpoints return a X-Total-Count
response header which indicates the total number of list items available. You can use this number along with the current page
and per_page
amount to calculate the total number of pages.
All paginated endpoints support the following params:
Name | Type | Desc |
---|---|---|
page |
Integer |
Which page to fetch (default: 1 ) |
per_page |
Integer |
Number of list items to return (default: 20 ) |