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"
}Charts
Calculate total from saved chart
deprecated
Calculate metric totals from a saved chart
POST
/
api
/
v1
/
saved
/
{chartUuid}
/
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
chartUuid for the chart to run
Body
application/json
Construct a type with a set of properties K of type T
Show child attributes
Show child attributes
This AnyType is an alias for any
The goal is to make it easier to identify any type in the codebase
without having to eslint-disable all the time
These are only used on legacy any types, don't use it for new types.
This is added on a separate file to avoid circular dependencies.
Was this page helpful?