Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
ekumar-0522
New Member

Issue with REST api for GET report data

Hi 

 

Im trying to get individual report data by using this rest api

https://api.powerbi.com/v1.0/myorg/reports/{report_id}

and even i tried with 

GET https://api.powerbi.com/v1.0/myorg/groups/{group_id}/reports/{report_id}

what is group id?

in the place of group id i mentioned the id which u can see in screenshot

group rest api.png

 

after mentioning this report id and group id in rest api im getting this which u san see in screenshot

report.png

 

may i know what is the issue 

can you help me out with this how can i resolve this issue?

 

Thanks

sai kumar

 

1 ACCEPTED SOLUTION

"

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"
}

6.PNG

 

Regards,

Michael

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @ekumar-0522,

 

Group is the name used in the REST API for the (App) Workspace in the PowerBI service.

 

How did you get the token used in the api call (Bearer ...)? It seems that it doesn't allowed to access the report.

 

Regards,

 

Thanos

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=password

so, 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 

Anonymous
Not applicable

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

"

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"
}

6.PNG

 

Regards,

Michael

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors