{ "opencollection": "1.0.0", "info": { "name": "Document360 Articles Categories API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_token", "value": "{{api_token}}", "placement": "header" } }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "List Categories", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.document360.io/v2/Categories", "params": [ { "name": "projectVersionId", "value": "", "type": "query" } ] }, "docs": "Retrieves categories within a project version." }, { "info": { "name": "Create Category", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.document360.io/v2/Categories", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new category." }, { "info": { "name": "Get Category", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.document360.io/v2/Categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Category" }, { "info": { "name": "Update Category", "type": "http" }, "http": { "method": "PUT", "url": "https://apihub.document360.io/v2/Categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Category" }, { "info": { "name": "Delete Category", "type": "http" }, "http": { "method": "DELETE", "url": "https://apihub.document360.io/v2/Categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Category" } ] } ], "bundled": true }