GetEmbedInfo
Authorizations
AuthorizationstringRequired
Enter 'Bearer' followed by your JWT token
Query parameters
workSpaceIdstringRequired
The workspace ID of the report.
reportIdstringRequired
The report ID for which the embed parameters are requested.
Responses
200
Success: Returns the embed parameters for the specified Power BI report.
No content
400
Bad Request: The provided workspace or report ID is invalid or missing.
500
Internal Server Error: An unexpected error occurred while fetching the embed parameters.
get
/Embed/GetEmbedInfoGET /Embed/GetEmbedInfo?workSpaceId=text&reportId=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content