{ "opencollection": "1.0.0", "info": { "name": "Reelables Gateway Asset Facilities Workspace Assets API", "version": "1.1.1" }, "items": [ { "info": { "name": "Workspace Assets", "type": "folder" }, "items": [ { "info": { "name": "List Assets in a Workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.reelables.com/{basePath}/workspaces/:workspaceId/assets", "headers": [ { "name": "request-id", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The identifier of the Workspace" }, { "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" }, { "name": "inSpaceIds", "value": "", "type": "query", "description": "Filter the Assets to those currently in a set of Spaces. Comma-separated list, for example: '?inSpaceIds={spaceId1},{spaceId2},{spaceId3}'" }, { "name": "bleIds", "value": "", "type": "query", "description": "Filter the Assets to those linked to a set of labels, identified by their BLE_ID. Comma-separated list, for example: '?bleIds={bleId1},{bleId2},{bleId3}'" }, { "name": "searchTerm", "value": "", "type": "query", "description": "String to match name of Assets" } ] }, "docs": "List Assets in a Workspace" }, { "info": { "name": "Create new Assets in Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.reelables.com/{basePath}/workspaces/:workspaceId/assets", "headers": [ { "name": "request-id", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The identifier of the Workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create new Assets in Workspace" } ] } ], "bundled": true }