{ "opencollection": "1.0.0", "info": { "name": "Reelables Gateway Asset Facilities Consignment Gateways API", "version": "1.1.1" }, "items": [ { "info": { "name": "Consignment Gateways", "type": "folder" }, "items": [ { "info": { "name": "List Gateways in a Consignment", "type": "http" }, "http": { "method": "GET", "url": "https://api.reelables.com/{basePath}/consignments/:consignmentId/gateways", "headers": [ { "name": "request-id", "value": "" } ], "params": [ { "name": "consignmentId", "value": "", "type": "path", "description": "The identifier of the Consignment" }, { "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 Gateways in a Consignment" }, { "info": { "name": "Add Gateways to a Consignment", "type": "http" }, "http": { "method": "POST", "url": "https://api.reelables.com/{basePath}/consignments/:consignmentId/gateways", "headers": [ { "name": "request-id", "value": "" } ], "params": [ { "name": "consignmentId", "value": "", "type": "path", "description": "The identifier of the Consignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Gateways to a Consignment" }, { "info": { "name": "Remove a Gateway from a Consignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.reelables.com/{basePath}/consignments/:consignmentId/gateways/:gatewayId", "headers": [ { "name": "request-id", "value": "" } ], "params": [ { "name": "consignmentId", "value": "", "type": "path", "description": "The identifier of the Consignment" }, { "name": "gatewayId", "value": "", "type": "path", "description": "The identifier of the Gateway" } ] }, "docs": "Remove a Gateway from a Consignment" } ] } ], "bundled": true }