Skip to content

Returns the filters for all dashboard activities for the current user

GET
/api/activities/filters

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Successful

application/json
JSON
{
"index": "string",
"name": "string",
"shortName": "string",
"items": [
{
"id": 0,
"name": "string",
"included": true
}
]
}

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python