Query results for a single metric calculation.
cURL
curl --request POST \ --url https://metrics.eu.confidence.dev/v1/scheduledMetricCalculations/{scheduledMetricCalculation}/metricCalculations/{metricCalculation}:query \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "dimensions": [ "<string>" ], "rows": [ {} ], "startTime": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
OK
Set of all dimensions that existed in this results and can be queried
The resulting rows for the query
The start time of the metric calculation
Was this page helpful?