VizTimeIntervalSortableListRequestParameters

VizTimeIntervalSortableListRequestParameters
Visualization Time Interval Sortable List Request Parameters

Base request parameters for paginated, sortable queries scoped to a time range. Supports sorting but does not accept filtering.

Notes:

  • start_time is required. The end time is automatically calculated by the server using the current server time.
  • Pagination and sort order are controlled via fields inherited from ListRequestParameters.
JSON Example
{
    "site_ids": [
        "string"
    ],
    "offset": 0,
    "page_size": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "start_time": 0
}