Get Channel

Overview

Use this API to Get channel detail information in the Conversation Manager.

Scope

Client application must have 'app.conversation.conversationmgr.manage' or 'app.conversation.conversationmgr.read' scope assigned.

SecurityoAuthClient
Request
path Parameters
id
required
string = 36 characters

id of object

Example: 7b6c5fff-036e-4a40-b68a-a67c592fc079
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal server error

get/channels/{id}
Request samples
Response samples
application/json
{
  • "id": "6121306b-59c2-4a2c-afee-1e025a84b0d9",
  • "type": "custom_channel",
  • "icon": "<base64>",
  • "displayName": "Custom Channel",
  • "description": "Custom Channel",
  • "active": true,
  • "created": "2021-06-11T21:14:41.836Z",
  • "modified": "2021-06-11T23:14:41.836Z",
  • "restrictions": {
    },
  • "l10nProperties": [
    ]
}