Last updated 4 months ago
Enter ID of an existing dashboard.
The requested API version
1.0
Optional User Id
Class for Storing details about assets fetched from database.
GET /dashboards/{dashboardId} HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
Success: Successfully retrieved details of the requested dashboard.
{ "tenantId": "123e4567-e89b-12d3-a456-426614174000", "assetId": "123e4567-e89b-12d3-a456-426614174000", "assetType": "text", "assetName": "text", "embedUrl": "text", "webUrl": "text", "datasetId": "text", "bindedDatasetId": "text", "reportType": "text", "reportPages": [ { "ANY_ADDITIONAL_PROPERTY": "anything" } ], "isEffectiveIdentityRolesRequired": "text", "isEffectiveIdentityRequired": "text", "canView": true, "canCreate": true, "canEdit": true, "canExport": true, "createdOn": "2025-04-19T16:30:15.659Z", "modifiedOn": "2025-04-19T16:30:15.659Z", "createdBy": "123e4567-e89b-12d3-a456-426614174000", "modifiedBy": "123e4567-e89b-12d3-a456-426614174000", "reportParameter": [ "text" ] }