{ "opencollection": "1.0.0", "info": { "name": "Helpcenter IM_Channel API", "version": "1.0.0" }, "items": [ { "info": { "name": "IM_Channel", "type": "folder" }, "items": [ { "info": { "name": "Get a Channel", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/im/channels/:id", "params": [ { "name": "include", "value": "", "type": "query", "description": "Additional information related to the channel. Allowed values are @preference@, @creator@" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "This API fetches details of an channel." }, { "info": { "name": "List Channels", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/im/channels", "params": [ { "name": "include", "value": "", "type": "query", "description": "Additional information related to the channels.If passed in the param, then these values will be appended in the channel response. Allowed values are @preference@,@creator@,@meta@,@configParams@" }, { "name": "departmentId", "value": "", "type": "query", "description": "Department Id for which channels to be fetched" }, { "name": "integrationServiceId", "value": "", "type": "query", "description": "Channel ID to filter" } ] }, "docs": "This API lists all channels" } ] } ], "bundled": true }