Update an analytics dashboard
API Key Authentication. It should be included in the header of each request.
Mixin for parsing restql query from request.
NOTE: We are using request.GET instead of
request.query_params because this might be
called before DRF request is created(i.e from dispatch).
This means request.query_params might not be available
when this mixin is used.
Name of the dashboard
255Project this dashboard belongs to
Filter conditions to scope the data. See the Dashboards guide for supported fields, operators, and syntax.
{
"field": "success",
"op": "eq",
"value": true
}{
"operator": "and",
"conditions": [
{
"field": "timestamp",
"op": "gte",
"value": "today-7d"
},
{
"field": "duration",
"op": "gte",
"value": 60
}
]
}Mixin for parsing restql query from request.
NOTE: We are using request.GET instead of
request.query_params because this might be
called before DRF request is created(i.e from dispatch).
This means request.query_params might not be available
when this mixin is used.
Name of the dashboard
255Project this dashboard belongs to
Filter conditions to scope the data. See the Dashboards guide for supported fields, operators, and syntax.
{
"field": "success",
"op": "eq",
"value": true
}{
"operator": "and",
"conditions": [
{
"field": "timestamp",
"op": "gte",
"value": "today-7d"
},
{
"field": "duration",
"op": "gte",
"value": 60
}
]
}Number of widgets in the dashboard
When the dashboard was created
When the dashboard was last updated