Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
English
Deutsch
English
Deutsch
Appearance
Menu
Return to top
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
Type
API Key (header: X-CSRF-Token)
Responses
200
401
Successful
Content-Type
application/json
Schema
JSON
JSON
{
"index"
:
"string"
,
"name"
:
"string"
,
"shortName"
:
"string"
,
"items"
:
[
{
"id"
:
0
,
"name"
:
"string"
,
"included"
:
true
}
]
}
GET
/api/activities/filters
Playground
Authorization
api_key
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python