VizTimeIntervalListResult

VizTimeIntervalListResult
Visualization Time Interval List Result

Base paginated list result that extends ListResult with a resolved time interval field.

Notes:

  • time_interval reflects the actual time window used to compute the results, which may differ from the requested start_time due to data availability.
  • Standard pagination fields (cursor, result_count) are inherited from ListResult.
AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "time_interval": {
        "start_time": 0,
        "end_time": 0
    }
}