VizTimeIntervalListRequestParameters

VizTimeIntervalListRequestParameters
Visualization Time Interval List Request Parameters

Base request parameters for paginated queries scoped to a time range. Does not accept filtering.

Notes:

  • start_time is required. The end time is automatically calculated by the server using the current server time.
  • Pagination is controlled via cursor and page_size inherited from PaginatedListWithSitesRequestParameters.
JSON Example
{
    "offset": 0,
    "page_size": 0,
    "site_ids": [
        "string"
    ],
    "start_time": 0
}