VizTimeIntervalSortableListSiteRequest

VizTimeIntervalSortableListSiteRequest
Visualization Time Interval Sortable List Site Request

Base request object for paginated, sortable queries scoped to a time range and one or more sites. Does not accept filtering.

Notes:

  • start_time is required. Either site_id or site_ids must also be provided.
  • site_id scopes the query to a single local manager. site_ids accepts a list for multi-site queries. Providing both is not supported.
JSON Example
{
    "site_ids": [
        "string"
    ],
    "offset": 0,
    "page_size": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "start_time": 0,
    "site_id": "string"
}