Dashboard - Fetch details of any requested dashboard
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
dashboardIdstring · uuidRequired
Enter ID of an existing dashboard.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Successfully retrieved details of the requested dashboard.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
403
Forbidden: Access denied due to insufficient permissions or account restrictions for the given ID.
404
Not Found: The dashboard with the provided ID does not exist, the URL is invalid, or the resource has been deleted.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
/dashboards/{dashboardId}Last updated