Pagination & Sorting
The Halo Security API supports pagination and sorting on records that contain lists.
Common Parameters
start
: The record to begin at.Default:
0
limit
: The number of records to return.Default:
100
Maximum:
1000
sort
: How the records are sorted. See specific API calls for valid values.sort_desc
: Set to1
to sort in descending order.Default: False
Example
Responses that contain lists have the following generic format:
Last updated