{ "opencollection": "1.0.0", "info": { "name": "VSCO Workspace Brands Jobs API", "version": "v2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List jobs of a studio", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/job", "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": "includeClosed", "value": "", "type": "query", "description": "Include jobs that have been closed" }, { "name": "externalMappingId", "value": "", "type": "query", "description": "Filter objects by an external id for this provider." }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort items in the collection by the given property." } ] }, "docs": "List jobs of a studio" }, { "info": { "name": "Create a job.", "type": "http" }, "http": { "method": "POST", "url": "https://tave.io/v2/job", "body": { "type": "json", "data": "{}" } }, "docs": "Create a job." }, { "info": { "name": "Get a specific job", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/job/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Get a specific job" }, { "info": { "name": "Update a specific job.", "type": "http" }, "http": { "method": "PUT", "url": "https://tave.io/v2/job/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific job." }, { "info": { "name": "Delete a job.", "type": "http" }, "http": { "method": "DELETE", "url": "https://tave.io/v2/job/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Delete a job." }, { "info": { "name": "Create a quote on a given job", "type": "http" }, "http": { "method": "POST", "url": "https://tave.io/v2/job/:jobId/quote", "params": [ { "name": "jobId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a quote on a given job" } ] } ], "bundled": true }