GetEmbedInfo

Gets the embed information for a specific Power BI report.

get
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

get
/Embed/GetEmbedInfo
GET /Embed/GetEmbedInfo?workSpaceId=text&reportId=text HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content