{ "opencollection": "1.0.0", "info": { "name": "OneAtlas WorldDEM Access elevation/orders API", "version": "1.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "elevation/orders", "type": "folder" }, "items": [ { "info": { "name": "Get All Orders as References", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/elevation/orders" }, "docs": "Get All Orders as References" }, { "info": { "name": "Create New Order", "type": "http" }, "http": { "method": "POST", "url": "https://sar.api.oneatlas.airbus.com/v1/elevation/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Create New Order" }, { "info": { "name": "Get All Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/elevation/orders/full" }, "docs": "Get All Orders" }, { "info": { "name": "Get Order Information by the Id with References to the Items", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/elevation/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "requested order id" } ] }, "docs": "Get Order Information by the Id with References to the Items" }, { "info": { "name": "Get Order Information by the Id with Full Items", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/elevation/orders/:orderId/full", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "requested order id" } ] }, "docs": "Get Order Information by the Id with Full Items" }, { "info": { "name": "Get Reference of Items of the Specified Order", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/elevation/orders/:orderId/items", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "requested order id" } ] }, "docs": "Get Reference of Items of the Specified Order" }, { "info": { "name": "Get Full Items of the Specified Order", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/elevation/orders/:orderId/items/full", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "requested order id" } ] }, "docs": "Get Full Items of the Specified Order" }, { "info": { "name": "Get Metadata of the Specified Item", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/elevation/orders/:orderId/items/:itemId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "requested order id" }, { "name": "itemId", "value": "", "type": "path", "description": "requested item id" } ] }, "docs": "Get Metadata of the Specified Item" }, { "info": { "name": "Download the Specified Item", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/elevation/orders/:orderId/items/:itemId/download", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "requested order id" }, { "name": "itemId", "value": "", "type": "path", "description": "requested item id" } ] }, "docs": "Download the Specified Item" } ] } ], "bundled": true }