Returns the filters for all dashboard activities for the current user
Returns the filters for all dashboard activities for the current user
Responses
- 200
- 401
Successful
- application/json
- Schema
- Example (from schema)
Schema
- index The type of activity
- name name of the activity
- shortName short name of the activity
items object[]
id id of the itemname name of the itemincluded is this included
{
"index": "string",
"name": "string",
"shortName": "string",
"items": [
{
"id": 0,
"name": "string",
"included": true
}
]
}
Insufficient permissions to request filters.
- application/json
- Schema
- Example (from schema)
Schema
- code HTTP status code
- message further information
{
"code": 0,
"message": "string"
}
Loading...