Forum Discussion
Anonymous
2 years agoNot applicable
Need to get attributes via Power BI REST API
Hello All, I have around 180+ PBI reports on a Workspace, now I am in process of migrating those reports to new workspace . Some users were using the Semantic Model (datasets) for theri report de...
Anonymous
2 years agoNot applicable
lbendlin - I already used the below API's for this scanning process.
POST https://api.powerbi.com/v1.0/myorg/admin/workspaces/getInfo
GET https://api.powerbi.com/v1.0/myorg/admin/workspaces/scanResult/{scanId}
This requires additional admin access to view the data through this API's . Could you please confirm me about this API's . Is this correct ?
lbendlin
2 years agoSuper User
yes, those.