Skip to main content
POST
/
v1
/
scheduledMetricCalculations
/
{scheduledMetricCalculation}
:query
Query ScheduledMetricCalculation
curl --request POST \
  --url https://metrics.eu.confidence.dev/v1/scheduledMetricCalculations/{scheduledMetricCalculation}:query \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "dimensions": [
    "<string>"
  ],
  "rows": [
    {}
  ],
  "minStartTime": {},
  "maxStartTime": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

scheduledMetricCalculation
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

OK

dimensions
string[]

The set of dimension names that will be available on all rows.

rows
object[]

The result data.

minStartTime
object

The smallest start time in the queried range.

maxStartTime
object

The largest start time in the queried range.