GetEmbedInfo
Authorizations
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.
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
GET /Embed/GetEmbedInfo?workSpaceId=text&reportId=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content