ListRequestParameters
The set of parameters for returning a list of records.
{
"site_id": [
"string"
],
"cursor": "string",
"offset": 0,
"page_size": 0,
"sort_ascending": false,
"sort_by": "string"
}
Query list of records based on local manager identifiers.
A cursor to keep track of pages returned by the backend (a page number). This property is deprecated. Use the type offset instead.
Offset pagination parameter used to exclude from a response the first N items of a resource collection. Combine the limit and the page_size options to request a particular set or page of items.
Number of records to be returned in the API request from the provided offset
True, if the list of records returned need to be sorted in ascending order, false otherwise.
The parameter name on which to sort the list of records. Only top-level parameters in the returned list of records will be supported. If not provided, system will define the parameter by which results are sorted.