Get Client Application

Overview

Use this API to get details of the Client application 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

500

Internal server error

get/clientapplications/{id}
Request samples
Response samples
application/json
{
  • "id": "9e1d7993-cc82-4d5f-a193-0d6b0d48a959",
  • "name": "custom_bot_client_application_1",
  • "description": "Client app for Eva bot",
  • "active": true,
  • "roles": [
    ]
}