Forum Discussion

ekumar-0522's avatar
ekumar-0522
New Member
8 years ago
Solved

Issue with REST api for GET report data

Hi    Im trying to get individual report data by using this rest api https://api.powerbi.com/v1.0/myorg/reports/{report_id} and even i tried with  GET https://api.powerbi.com/v1.0/myorg/groups/{...
  • v-micsh-msft's avatar
    v-micsh-msft
    8 years ago

    "

    and the metadata as you can see "isReadOnly": false

    is that the issue?

    "

    No, this is not the issue.

     

    Please check the group membership, switch to Group Owner and then try it again.

    The Header is OK, for the Body part within postman, input the following within Raw format:

    {
      "accessLevel": "View",
      "allowSaveAs": "false"
    }

     

    Regards,

    Michael