Forum Discussion

mnegrisoli's avatar
mnegrisoli
Frequent Visitor
7 years ago
Solved

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 properties, but no one have he public URL (DataSetId, EmbedUrl, Id, Name and WebUrl)

 

Thanks, 

  • Anonymous's avatar
    Anonymous
    7 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:

    Embed Token

    Regards,

    Xiaoxin Sheng

5 Replies

  • mnegrisoli's avatar
    mnegrisoli
    Frequent 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, 

    • Anonymous's avatar
      Anonymous
      Not applicable

      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:

      Embed Token

      Regards,

      Xiaoxin Sheng

      • mnegrisoli's avatar
        mnegrisoli
        Frequent Visitor

        Thank you Anonymous 

         

        It is possible to get a list of all embeded codes from my reports in a workspace (by export via CSV or XLS for example) on Admin Portal or another way ? I have 400 embeded public url´s reports and I need this list.