Dashboards
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all dashboards
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Query Parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create dashboards
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request Parameters
- namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- use_templatestring
- use_dashboardinteger
- delete_insightsboolean
- filtersobject
- tagsarray
- restriction_levelintegerOne of:"21""37"
Response
Request
POST 
Response
Status 201
Retrieve dashboards
Path Parameters
- idintegerA unique integer value identifying this dashboard. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200
Update dashboards
Path Parameters
- idintegerA unique integer value identifying this dashboard. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request Parameters
- namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- use_templatestring
- use_dashboardinteger
- delete_insightsboolean
- filtersobject
- tagsarray
- restriction_levelintegerOne of:"21""37"
Response
Request
PATCH 
Response
Status 200
Delete dashboards
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Path Parameters
- idintegerA unique integer value identifying this dashboard. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
DELETE 
Response
Status 405 No response body
Update dashboards move tile
Path Parameters
- idintegerA unique integer value identifying this dashboard. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request Parameters
- namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- use_templatestring
- use_dashboardinteger
- delete_insightsboolean
- filtersobject
- tagsarray
- restriction_levelintegerOne of:"21""37"
Response
Request
PATCH 
Response
Status 200
Create dashboards create from template json
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request Parameters
- namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- use_templatestring
- use_dashboardinteger
- delete_insightsboolean
- filtersobject
- tagsarray
- restriction_levelintegerOne of:"21""37"
Response
Request
POST 
Response
Status 200