Forum Discussion

JasonDunbar's avatar
JasonDunbar
Advocate II
10 years ago

API Documentation for Dashboards

Quick note to those who may be wondering why they're not seeing the 'name' attribute in the json objects returned when calling https://api.powerbi.com/beta/myorg/dashboards

 

That's because the objects are indeed different to what's detailed in the Apiary page. Note the 'displayname' instead of 'name'.

 

{

    "@odata.context":"http://wabi-north-europe-redirect.analysis.windows.net/beta/myorg/$metadata#dashboards",

"value":[
    {
        "id":"12345678-4444-4444-4444-876543212345",
        "displayName":"Something"
    }
}
No RepliesBe the first to reply