Skip to main content
POST
/
api
/
v1
/
saved
/
{chartUuid}
/
calculate-total
cURL
curl --request POST \
  --url http://api/v1/saved/{chartUuid}/calculate-total \
  --header 'Content-Type: application/json' \
  --data '
{
  "parameters": {},
  "invalidateCache": true,
  "dashboardFilters": "<any>"
}
'
{
  "results": {},
  "status": "ok"
}

Path Parameters

chartUuid
string
required

chartUuid for the chart to run

Body

application/json
parameters
object

Construct a type with a set of properties K of type T

invalidateCache
boolean
dashboardFilters
any

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.

Response

Success

results
object
required

Construct a type with a set of properties K of type T

status
enum<string>
required
Available options:
ok