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_timeis required. Eithersite_idorsite_idsmust also be provided.site_idscopes the query to a single local manager.site_idsaccepts a list for multi-site queries. Providing both is not supported.
AllOf
This class requires all of the following:
JSON Example
{
"site_ids": [
"string"
],
"offset": 0,
"page_size": 0,
"sort_ascending": false,
"sort_by": "string",
"start_time": 0,
"site_id": "string"
}