{ "opencollection": "1.0.0", "info": { "name": "Reelables Gateway Asset Facilities Asset Spaces API", "version": "1.1.1" }, "items": [ { "info": { "name": "Asset Spaces", "type": "folder" }, "items": [ { "info": { "name": "Get Space history for an Asset", "type": "http" }, "http": { "method": "GET", "url": "https://api.reelables.com/{basePath}/assets/:assetId/spaces", "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" }, { "name": "assetId", "value": "", "type": "path", "description": "The identifier of the Asset" } ] }, "docs": "Get Space history for an Asset" } ] } ], "bundled": true }