ListResult
Base class for list results from collections
{
"cursor": "string",
"offset": 0,
"result_count": 0,
"number_of_results": 0,
"total_result_count": 0,
"total_pages": 0,
"sort_ascending": false,
"sort_by": "string"
}
Opaque cursor to be used for getting next page of records (supplied by current result page). This property is deprecated. See offset instead.
Offset pagination parameter used to exclude from a response the first N items of a resource collection. This reflects the offset provided in the request.
Count of results found (across all pages), set only on first page. This property is deprecated. See total_result_count instead.
Number of results returned in this page/response
Total number of results found (across all pages), set only on first page
Total pages present, based on page_size
If true, results are sorted in ascending order
Field by which records are sorted