Skip to main content
POST
/
v1
/
scheduledMetricCalculations
/
{scheduledMetricCalculation}
/
metricCalculations
/
{metricCalculation}
:query
Query MetricCalculation
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": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

scheduledMetricCalculation
string
required
metricCalculation
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

OK

dimensions
string[]

Set of all dimensions that existed in this results and can be queried

rows
object[]

The resulting rows for the query

startTime
object

The start time of the metric calculation