{ "opencollection": "1.0.0", "info": { "name": "Microsoft Power BI REST Apps Datasets API", "version": "v1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Datasets", "type": "folder" }, "items": [ { "info": { "name": "Get Datasets", "type": "http" }, "http": { "method": "GET", "url": "https://api.powerbi.com/v1.0/myorg/datasets" }, "docs": "Get Datasets" }, { "info": { "name": "Get Dataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.powerbi.com/v1.0/myorg/datasets/:datasetId", "params": [ { "name": "datasetId", "value": "", "type": "path" } ] }, "docs": "Get Dataset" }, { "info": { "name": "Delete Dataset", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.powerbi.com/v1.0/myorg/datasets/:datasetId", "params": [ { "name": "datasetId", "value": "", "type": "path" } ] }, "docs": "Delete Dataset" }, { "info": { "name": "Get Refresh History", "type": "http" }, "http": { "method": "GET", "url": "https://api.powerbi.com/v1.0/myorg/datasets/:datasetId/refreshes", "params": [ { "name": "datasetId", "value": "", "type": "path" } ] }, "docs": "Get Refresh History" }, { "info": { "name": "Refresh Dataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.powerbi.com/v1.0/myorg/datasets/:datasetId/refreshes", "params": [ { "name": "datasetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Refresh Dataset" }, { "info": { "name": "Execute Queries", "type": "http" }, "http": { "method": "POST", "url": "https://api.powerbi.com/v1.0/myorg/datasets/:datasetId/executeQueries", "params": [ { "name": "datasetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute Queries" }, { "info": { "name": "Get Datasets In Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.powerbi.com/v1.0/myorg/groups/:groupId/datasets", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Get Datasets In Group" } ] } ], "bundled": true }