{ "opencollection": "1.0.0", "info": { "name": "Core Checklists Groups API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.companycam.com/v2/groups", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List Groups" }, { "info": { "name": "Create Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.companycam.com/v2/groups", "headers": [ { "name": "X-CompanyCam-User", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Group" }, { "info": { "name": "Retrieve Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.companycam.com/v2/groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Group" } ] }, "docs": "Retrieve Group" }, { "info": { "name": "Update Group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.companycam.com/v2/groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Group" }, { "info": { "name": "Delete a Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.companycam.com/v2/groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Group" } ] }, "docs": "Delete a Group" } ] } ], "bundled": true }