Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I testedget method for PowerBIReports, but when I try to call it by id or path, I get the error:
my request is like this:
http://server:port/Reports/api/v2.0/PowerBIReports({f02913f6-801d-4df1-abc6-554319e8bc7f})
http://server:port/Reports/api/v2.0/PowerBIReports(/pop)
what is the problem?
Solved! Go to Solution.
For the ID url you need to remove the {} and for path you have to prefix the path like this (Path='/pop').
For the ID url you need to remove the {} and for path you have to prefix the path like this (Path='/pop').