{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center agentController API", "version": "1.0" }, "items": [ { "info": { "name": "agentController", "type": "folder" }, "items": [ { "info": { "name": "Get agent list", "type": "http" }, "http": { "method": "GET", "url": "{server}/tickets/agents", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "returns a list of all agents" }, { "info": { "name": "Get agent by id", "type": "http" }, "http": { "method": "GET", "url": "{server}/tickets/agents/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the agent" } ] }, "docs": "returns an agent with the given id" } ] } ], "bundled": true }