{ "opencollection": "1.0.0", "info": { "name": "Thought Industries REST Content API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Content", "type": "folder" }, "items": [ { "info": { "name": "List Content", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.thoughtindustries.com/incoming/api/v1/content", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "content_type", "value": "", "type": "query", "description": "Filter by content type." } ] }, "docs": "Returns a paginated list of learning content items." }, { "info": { "name": "List Categories", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.thoughtindustries.com/incoming/api/v1/categories" }, "docs": "Returns all content categories defined in the tenant." } ] } ], "bundled": true }