Point

Get values for multiple points

post/runs/{runId}/points/values

Path parameters

runIdstring required
Example:7cf4afb6-9c15-431f-9f50-11bca0870f77

ID of run

Request body

OR

Example request

{
  "points": [
    "Outdoor_Air_Temperature_Sensor"
  ]
}

Response

OK

payloadobject
messagestring

Example response

{
  "message": "Placeholder human readable message about what happened."
}