The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm performing this request:
GET https://api.powerbi.com/v1.0/myorg/reports
or
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports
And I use one of this id's to perform this request:
GET https://api.powerbi.com/v1.0/myorg/reports/{reportKey}
On the first, I get a response as expected, but when I perform the second request I get a PowerBINotAuthorizedException.
Can anybody explain why a list is allowed, but a single entry isn't?