Hello,
I am using Gerhard Brueckl C# wrapper to use the REST API https://blog.gbrueckl.at/2017/05/c-wrapper-power-bi-rest-api-version-2/
I Use it to be able to list reports,, workspace, .... I am currently trying to get access to the tiles of a dashboard and I was wondering it there is a problem witht the API.
If I look at the URL Gerhard use to access to the tiles of a dashboard in my workspace, the syntax is different from the documentation. The right synthax is https://api.powerbi.com/v1.0/myorg/dashboards/{dashboardKey}/tiles/{tileKey} but he wrote https://api.powerbi.com/v1.0/myorg/dashboards{dashboardKey}/tiles/{tileKey}. The difference is a "/"
If I correct his synthax according to the documentation, it does not work anymore. So I guess there is a problem here.
If I try to access the tiles of a dashboard which is not in my workspace with the same synthax from the documentation. It does not work. I tried the same "mistake/correction" as Gerhard and It does not work either.
Does anyone have an idea about this ?
Thanks,