VizTimeIntervalListRequestParameters
Visualization Time Interval List Request Parameters
Base request parameters for paginated queries scoped to a time range. Does not accept filtering.
Notes:
start_timeis required. The end time is automatically calculated by the server using the current server time.- Pagination is controlled via
cursorandpage_sizeinherited fromPaginatedListWithSitesRequestParameters.
AllOf
This class requires all of the following:
JSON Example
{
"offset": 0,
"page_size": 0,
"site_ids": [
"string"
],
"start_time": 0
}