data

Submit a results query

Sends a ResultsQuery payload and returns a TimeSeries response.

put/results/{testid}

Request body

point_namesstring[]

List of point names.

start_timenumber

Start time of the results query (epoch time).

final_timenumber

Final time of the results query (epoch time).

Response

Successful response with results time series.

messagestring
statusinteger

Example response

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

Changes