Last updated 2 months ago
/dashboards
The requested API version
Optional User Id
Success: Successfully retrieved the list of dashboards.
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Forbidden: Access denied to view the list of dashboards due to insufficient permissions or account restrictions.
Not Found: The Dashboard was not found, the URL is invalid, or the resource has been deleted.
Internal Server Error: An unexpected error occurred or a server timeout.
curl -L \ --url '/dashboards' \ --header 'Authorization: Bearer JWT'
{ "tenantId": "123e4567-e89b-12d3-a456-426614174000", "assetId": "123e4567-e89b-12d3-a456-426614174000", "assetType": "text", "assetName": "text", "embedUrl": "text", "webUrl": "text", "datasetId": "text", "bindedDatasetId": null, "reportType": "text", "reportPages": [ { "ANY_ADDITIONAL_PROPERTY": "anything" } ], "isEffectiveIdentityRolesRequired": "text", "isEffectiveIdentityRequired": "text", "canView": true, "canCreate": true, "canEdit": true, "canExport": true, "createdOn": "2025-02-06T10:31:15.861Z", "modifiedOn": "2025-02-06T10:31:15.861Z", "createdBy": "123e4567-e89b-12d3-a456-426614174000", "modifiedBy": "123e4567-e89b-12d3-a456-426614174000", "reportParameter": [ "text" ] }