Error
A valid request URL is required to generate request examples{
"results": {},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Calculate total from query
deprecated
Calculate all metric totals from a metricQuery
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
calculate-total
Error
A valid request URL is required to generate request examples{
"results": {},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
The uuid of the project to get charts for
Body
application/json
The metric query to calculate totals for
Was this page helpful?