Get Power BI workbook icon using REST API

52 Views Asked by At

I'm using REST API described here https://learn.microsoft.com/en-us/rest/api/power-bi/admin/groups-get-group-as-admin to fetch/post data from/to Power BI app in my tenant.

It is possible to set custom image for the workspace manually, from web UI.

enter image description here

Is there a way to get image which is used as icon for Power BI workbook using REST API?

The reason is that if I'd like to copy workspace programmatically. There is API to create workspace, so I'd like to copy it with the "source" image/icon.

0

There are 0 best solutions below