Hi I am using the powerbi api provided by the developer team. There are bunches of api related to export and import of dashboard, reports, workbooks and datasets. All APIs are working fine but the Exporting of report is throwing 404 not found error.
The target API is https://api.powerbi.com/v1.0/myorg/groups/b7a888be-fcf3-4abd-b95c-2972171bc480/reports/9a8bef1b-e5b5-4504-a7db-17185f2703f0/Export
The error I am getting in postman is { "error": { "code": "ExportPBIX_ModelessWorkbookNotFound", "pbi.error": { "code": "ExportPBIX_ModelessWorkbookNotFound", "parameters": {}, "details": [] } } }