Skip to main content
Beast Modes are run time calculations on Cards or Datasets.

Get Statistics

Fetch instance-wide statistics on Beast Mode usage.

Playground

Method: GET
Endpoint: /api/query/v1/functions/statistics

Example

Response

Get All Beast Modes

Gets all Beast Mode objects in the instance.

Playground

Method: POST
Endpoint: /api/query/v1/functions/search

Body Parameters

Example

Response

Get Beast Mode by Id

Gets a specified Beast Mode calculation.

Playground

Method: GET
Endpoint: api/query/v1/functions/template/<beastmodeId>

Path Parameters

Example

Response

Update a Beast Mode

Update the formula that consitutes the calculation in the Beast Mode.

Playground

Method: PUT
Endpoint: /api/query/v1/functions/template/<beastmodeId>?strict=false

Path Parameters

Body Parameters

Example

Response

Lock Beast Mode

Locks a Beast Mode so it cannot be altered.

Playground

Method: PUT
Endpoint: /api/query/v1/functions/template/<beastmodeId>

Path Parameters

Body Parameters

Example

Response