{ "opencollection": "1.0.0", "info": { "name": "CaptivateIQ Attribute Worksheets Uploads API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Uploads", "type": "folder" }, "items": [ { "info": { "name": "List Uploads", "type": "http" }, "http": { "method": "GET", "url": "https://api.captivateiq.com/ciq/v1/uploads/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "ordering", "value": "", "type": "query", "description": "Optional. Which field to use when ordering the results. By default we assume [`-created_at`]. Available fields for ordering: [`(-)created_at`, `(-)updated_at`]. See the [FAQs](https://developers.captivateiq.com/docs/faqs) page for tips." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List Uploads" }, { "info": { "name": "Get Upload", "type": "http" }, "http": { "method": "GET", "url": "https://api.captivateiq.com/ciq/v1/uploads/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary key, a UUID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Upload" }, { "info": { "name": "Process Upload", "type": "http" }, "http": { "method": "POST", "url": "https://api.captivateiq.com/ciq/v1/uploads/:id/process/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary key, a UUID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Process Upload" } ] } ], "bundled": true }