{ "opencollection": "1.0.0", "info": { "name": "Reelables Gateway Asset Facilities Workspaces API", "version": "1.1.1" }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List available Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.reelables.com/{basePath}/workspaces", "headers": [ { "name": "request-id", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items to return. Default: 10. Maximum: 10000" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token to get next page of items" } ] }, "docs": "List available Workspaces" }, { "info": { "name": "Get a Workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.reelables.com/{basePath}/workspaces/:workspaceId", "headers": [ { "name": "request-id", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The identifier of the Workspace" } ] }, "docs": "Get a Workspace" } ] } ], "bundled": true }