v1

latestOpenAPI 3.0.32026-07-1718922.1 KB
Test Execution

Query results.

Returns simulation data for the given point names over a time period. Data for control input points will be the values used for simulation, meaning embedded default control if not overwritten or user-specified value if overwritten.

put/results/{testid}

Request body

point_namesstring[]

List of point names.

start_timenumber

Start time of the results query (seconds since Jan 1st, 00:00:00).

final_timenumber

Final time of the results query (seconds since Jan 1st, 00:00:00).

Response

Successful response with results time series.

messagestring
payloadTimeSeries

Time series response. Always includes a "time" array (seconds since Jan 1st, 00:00:00) and any number of series arrays keyed by signal name.

statusinteger

Example response

{
  "message": "Results query processed successfully.",
  "status": 200
}