{ "opencollection": "1.0.0", "info": { "name": "Reelables Gateway Asset Facilities Asset Locations API", "version": "1.1.1" }, "items": [ { "info": { "name": "Asset Locations", "type": "folder" }, "items": [ { "info": { "name": "Get location history for an Asset", "type": "http" }, "http": { "method": "GET", "url": "https://api.reelables.com/{basePath}/assets/:assetId/locations", "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": "summaryLocations", "value": "", "type": "query", "description": "Whether to return summary (merged) locations or raw locations. Default: false" }, { "name": "assetId", "value": "", "type": "path", "description": "The identifier of the Asset" } ] }, "docs": "Get location history for an Asset" } ] } ], "bundled": true }