Embed Token - Generates an embed token for a dashboard
Authorizations
HTTPRequired
Please enter a valid token
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Header parameters
embedfast-user-idstringOptional
Optional User Id
Body
Class for representing the configuration for embedding a dashboard.
dashboardIdstring · uuidOptional
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the DashboardId property.
Responses
200
Success: Successfully generated the embed token.
404
Not Found: The dashboard was not found, the URL is invalid, or the resource has been deleted.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
/dashboards/generateEmbedTokenPreviousEmbed Token - Generates an embed token for reportsNextEmbed Token - Generates an embed token for creating datasets
Last updated