{ "opencollection": "1.0.0", "info": { "name": "VSCO Workspace Brands Orders API", "version": "v2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List of orders on a given Job", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/job/:jobId/order", "params": [ { "name": "jobId", "value": "", "type": "path" }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort items in the collection by the given property." } ] }, "docs": "List of orders on a given Job" }, { "info": { "name": "Create an order on a given job.", "type": "http" }, "http": { "method": "POST", "url": "https://tave.io/v2/job/:jobId/order", "params": [ { "name": "jobId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an order on a given job." }, { "info": { "name": "Get a list of orders", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/order", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of results per page to return in the collection." }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort items in the collection by the given property." } ] }, "docs": "Get a list of orders" }, { "info": { "name": "Get a specific Order", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/order/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Get a specific Order" }, { "info": { "name": "Update a specific Order", "type": "http" }, "http": { "method": "PUT", "url": "https://tave.io/v2/order/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific Order" } ] } ], "bundled": true }