{ "opencollection": "1.0.0", "info": { "name": "CaptivateIQ Attribute Worksheets Transformation Worksheets API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Transformation Worksheets", "type": "folder" }, "items": [ { "info": { "name": "List Transformation Worksheets", "type": "http" }, "http": { "method": "GET", "url": "https://api.captivateiq.com/ciq/v1/transformation-worksheets/", "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 [`name`]. Available fields for ordering: [`(-)name`]. See the [FAQs](https://developers.captivateiq.com/docs/faqs) page for tips." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List Transformation Worksheets" }, { "info": { "name": "Get Transformation Worksheet", "type": "http" }, "http": { "method": "GET", "url": "https://api.captivateiq.com/ciq/v1/transformation-worksheets/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary key, a UUID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Transformation Worksheet" }, { "info": { "name": "Bulk Export Records", "type": "http" }, "http": { "method": "POST", "url": "https://api.captivateiq.com/ciq/v1/transformation-worksheets/:worksheet_uuid/records/export/", "params": [ { "name": "export_format", "value": "", "type": "query", "description": "Format for the records export." }, { "name": "worksheet_uuid", "value": "", "type": "path", "description": "Worksheet UUID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Bulk Export Records" } ] } ], "bundled": true }