{ "opencollection": "1.0.0", "info": { "name": "Freshservice API v2 Agents Groups API", "version": "v2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "listAgentGroups", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshservice.com/api/v2/agent_groups" } }, { "info": { "name": "createAgentGroup", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.freshservice.com/api/v2/agent_groups", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getAgentGroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshservice.com/api/v2/agent_groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateAgentGroup", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.freshservice.com/api/v2/agent_groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteAgentGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.freshservice.com/api/v2/agent_groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }