Forum Discussion
ShyamKumarKG
5 years agoFrequent Visitor
Get Reports API - createdBy is null
Hi, We are trying to fetch reports from power bi using the API: GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports 1. We are able to get the response, but "createdBy" and a few ...
- Anonymous5 years ago
Hi ShyamKumarKG ,
Base on my testing, there is no property "createdBy" in the returned result if you use REST API Reports - Get Report In Group.
You can use REST API Admin - Reports GetReportsInGroupAsAdmin to instead of the previous one to get the property “createdBy”... The precondition is you need to get the required permissions.
Best Regards
Anonymous
5 years agoNot applicable
Hi ShyamKumarKG ,
Base on my testing, there is no property "createdBy" in the returned result if you use REST API Reports - Get Report In Group.
You can use REST API Admin - Reports GetReportsInGroupAsAdmin to instead of the previous one to get the property “createdBy”... The precondition is you need to get the required permissions.
Best Regards