Hello everyone,
I've ben trying to make an API request from POWER BI api via JavaScript. I've succeed to make the call with existing access token. Everythin seems okay until here.
The problem is to generate an authorised token I am trying to send a request to Microsoft Oauth service. The url requires scopes for defined permissions. Even tough documantation page provides names of scopes, description of scope the URL is missing.
I've tried using GROUP name for access but it has failed.
Short of the word is what is the URL scope for Dashboard.Read.All permission?
Thanks!