Forum Discussion
Admin - Groups GetGroupsAsAdmin
- Anonymous3 years ago
Hi Charline_74 ,
You can only get a description of the workspace level using the current API, you can't get a description of the report or the dataset. If you want to get the report and dataset description, you can use the following two REST API.
Reports - Get Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}Datasets - Get Dataset In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}Best Regards
Hi Charline_74 ,
Which REST API request you are trying to call? Did you expand to dataset level? Please call the request below to get it:
GET https://api.powerbi.com/v1.0/myorg/admin/groups?$expand=datasets&$top=100
Best Regards
- Charline_743 years agoResolver I
Hi Anonymous,
Yes, I use the API with an expand dataset. I do get information about my dataset, but not the description.
- Anonymous3 years agoNot applicable
Hi Charline_74 ,
You can only get a description of the workspace level using the current API, you can't get a description of the report or the dataset. If you want to get the report and dataset description, you can use the following two REST API.
Reports - Get Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}Datasets - Get Dataset In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}Best Regards