Dashboard - Fetch details of any requested dashboard
Authorizations
Path parameters
dashboardIdstring · uuidRequired
Expects Id of an existing dashboardId
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Indicates successful retrieval of existing dashboard related details
403
"Indicates either dashboard does not exist or user does not have access on dashboard with id"
404
Dashboard with provided dashboard ID doesn't exist
500
Server related error
get
GET /dashboards/{dashboardId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"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,
"reportParameter": [
"text"
]
}
Last updated