Forum Discussion
DavidPi
4 years agoAdvocate II
Power BI API - return unexpexted result
Hello, I am trying to use Postman and call Power BI API. First I call https://login.microsoftonline.com/9b511fda-f0b1-43a5-b06e-1e720f64520a/oauth2/token and received token. That is ok. Then I...
- 4 years ago
You're supposed to cal the official API at https://api.powerbi.com/v1.0/myorg/groups
Groups - Get Groups - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Do you see the same error message there? Do you maybe not have access to any workspaces in your tenant?
lbendlin
4 years agoSuper User
please post the actual error message
DavidPi
4 years agoAdvocate II
I call api.powerbi.com and don't receive list of workspaces but only this json:
{
"@odata.context": "http://wabi-north-europe-f-primary-redirect.analysis.windows.net/v1.0/myorg/$metadata#groups",
"@odata.count": 0,
"value": []
}
I try to call directly http://wabi-north-europe-f-primary-redirect.analysis.windows.net/v1.0/myorg/$metadata#groups and receive:
502 Badgateway - The proxy did not receive a valid response in time.
D.