Forum Discussion
Need to get attributes via Power BI REST API
You would use the scanner API for lineage reporting.
- Anonymous2 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 ?
- lbendlin2 years agoSuper User
yes, those.
- Anonymous2 years agoNot applicable
Hello Ibendlin,
Thanks for your suggestion as it helps me to get the workspace scanned.
I tired as per your direction , did the scan on the workspace from which the datasets were shared to the users but I couldnt able to get the target workspace names where those datasets are consumed. Kindly could you please suggest any other option to identify the target workspace names which uses the Datasets resides on the source workspace.