Forum Discussion
Issue with REST api for GET report data
- 8 years ago
"
and the metadata as you can see "isReadOnly": false
is that the issue?
"
No, this is not the issue.
Please check the group membership, switch to Group Owner and then try it again.
The Header is OK, for the Body part within postman, input the following within Raw format:
{ "accessLevel": "View", "allowSaveAs": "false" }Regards,
Michael
Hi Anonymous
The token which i have used that i got from this ret api
https://login.microsoftonline.com/<tenant id>/oauth2/token?grant_type=passwordso, how can i get the data of individual report?
what headers and authorization should i need to pass for it?
can you help me with this issue.
Thanks
sai kumar
Please refer to the above links to learn more on how to get an access token for PowerBI REST API.
https://docs.microsoft.com/en-us/power-bi/developer/get-azuread-access-token
https://community.powerbi.com/t5/Developer/Power-BI-REST-API-using-postman-generate-embed-token/m-p/310054
Hope it helps.
Thanos
- ekumar-05228 years agoNew Member
Hi Anonymous

Im trying to get the individual report data as you can see my group name is"Test Workspace"
and the metadata as you can see "isReadOnly": false
is that the issue?

when I mentioned same group id and report id which I want to fetch
but the thing is I'm getting an 401 unauthorized error as you can see the screenshot above
can you help me with this
Thanks
sai kumar
- v-micsh-msft8 years agoMicrosoft Employee
"
and the metadata as you can see "isReadOnly": false
is that the issue?
"
No, this is not the issue.
Please check the group membership, switch to Group Owner and then try it again.
The Header is OK, for the Body part within postman, input the following within Raw format:
{ "accessLevel": "View", "allowSaveAs": "false" }Regards,
Michael