{ "opencollection": "1.0.0", "info": { "name": "CaptivateIQ Attribute Worksheets Data Workbooks API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Data Workbooks", "type": "folder" }, "items": [ { "info": { "name": "List Data Workbooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.captivateiq.com/ciq/v1/data-workbooks/", "params": [ { "name": "is_active", "value": "", "type": "query", "description": "`true` to request only active data workbooks, or `false` to request only inactive. Leave blank to see all." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name_contains", "value": "", "type": "query", "description": "Case-insensitive search to list data workbooks whose names contain the given string." }, { "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 Data Workbooks" }, { "info": { "name": "Get Data Workbook", "type": "http" }, "http": { "method": "GET", "url": "https://api.captivateiq.com/ciq/v1/data-workbooks/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary key, a UUID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Data Workbook" } ] } ], "bundled": true }