Get site measurement values
GET/environments/:env/sites/:siteId/values
Returns measurement values for a specific site and its signals within a time range or date. Supports output formats JSON, NDJSON, and CSV. JSON is the default format, but the endpoint also respects the Accept header for content negotiation. If both the Accept header and 'format' query parameter are provided, the query parameter takes precedence.
Request
Responses
- 200
- 400
- 401
- 404
Returns measurement values for selected signals within a time range or date. Supports output formats JSON, NDJSON, and CSV. JSON is the default format, but the endpoint also respects the Accept header for content negotiation. If both the Accept header and 'format' query parameter are provided, the query parameter takes precedence.
The request parameters were invalid or the requested content type is not supported. This can occur if required parameters are missing, if parameter values are in an incorrect format, or if the requested response format is not supported.
The request is missing valid authentication credentials or the provided credentials are invalid.
The requested site or signal(s) were not found or are inaccessible.