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