{ "opencollection": "1.0.0", "info": { "name": "Microsoft Fabric REST API (Core) Capacities Workspaces API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.fabric.microsoft.com/v1/workspaces" }, "docs": "List workspaces" }, { "info": { "name": "Create workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.microsoft.com/v1/workspaces", "body": { "type": "json", "data": "{}" } }, "docs": "Create workspace" }, { "info": { "name": "Get workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.fabric.microsoft.com/v1/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Get workspace" }, { "info": { "name": "Update workspace", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fabric.microsoft.com/v1/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update workspace" }, { "info": { "name": "Delete workspace", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fabric.microsoft.com/v1/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Delete workspace" } ] } ], "bundled": true }