Many GET endpoints support query parameters for filtering, sorting, and pagination. These include endpoints like Message History, Contact Lists, Opt-Outs, and Campaigns.
GET
sortField
string
The field to sort results by (e.g., created_on).
created_on
sortDir
Direction of sorting: ASC (ascending) or DESC (descending).
ASC
DESC
offset
number
Number of records to skip (for pagination).
limit
Maximum number of records to return per page (e.g., 10).
We recommend that you use these prameters to effectively handle larger datasets.
All endpoints that return lists may support these parameters. Check individual endpoint docs for availability.
Last updated 2 hours ago