Skip to main content
POST
Create a filter template

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Body

application/json

Payload for creating a filter template.

name
string
required

Human-readable template name

filter_config
Filter Config · object
required

Arbitrary JSON object storing the frontend filter state

Example:

Response

Successful Response

Response body for a single filter template.

id
integer
required

The ID of the filter template

name
string
required

Human-readable template name

filter_config
Filter Config · object
required

Arbitrary JSON object storing the frontend filter state