Forum Discussion
mnegrisoli
7 years agoFrequent Visitor
Get report public URL from Rest API
Hi !!! Is it possible to get the public URL embed from specific report by PowerBI Rest API (.NET Microsoft.PowerBI.Api.V2) ? While get Reports in method GetReportsInGroup, reports have 4 properti...
- Anonymous7 years ago
HI mnegrisoli ,
If you mean share url which share with 'publish to web' feature, current REST api is impossible to get that url.
For embed token, you can refer to following link:
Regards,
Xiaoxin Sheng
mnegrisoli
7 years agoFrequent Visitor
Hi !!! Is it possible to get the public URL embed from specific report by PowerBI Rest API (.NET Microsoft.PowerBI.Api.V2) ?
While get Reports in method GetReportsInGroup, reports have 4 properties, but no one have he public URL (DataSetId, EmbedUrl, Id, Name and WebUrl)
Thanks,