/dashboards/{id}
Note: When making API requests, ensure the following headers are included:
- Authorization: Bearer UserToken (replace UserToken with your actual access token)
- Content-Type: application/json
- Accept: application/json
Get a dashboard by ID.
Responses
- id
- title
- createdAt
- collectionID
- collectionTitle
- createdBy
- entity_id
- jsonVersion
- editable
- curated
- public
- shared
- sharedByMe
- integration
- disabled
- isMyDefault
- orgId
- urlBased
- jsonViewProps
- sharedOrgId
Loading Examples...
This API will replace the most recent dashboard and tile data with the following:
-
A new tile will be created if the tile ID does not already exist in the dashboard.
-
Existing tiles will be updated with the latest payload when their IDs match.
-
Any existing tiles not included in the latest tiles payload will be removed.
Request Body
application/json
- id
- title
- createdAt
- collectionID
- collectionTitle
- createdBy
- entity_id
- jsonVersion
- tiles
- editable
- curated
- public
- shared
- sharedByMe
- integration
- disabled
- isMyDefault
- orgId
- urlBased
- jsonViewProps
- sharedOrgId
Loading Examples...
Responses
200OK
Loading Examples...
delete a dashbaord
Responses
Loading Examples...