Skip to content

Get Client Application

Request

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.

Security
oAuthClient(Required scopes:
https://api.egain.cloud/auth/.de...
)
Path
idstring, = 36 charactersrequired

id of object

Example:7b6c5fff-036e-4a40-b68a-a67c592fc079
GET
/clientapplications/{id}
curl -i -X GET \
  https://api.egain.cloud/conversation/conversationmgr/v3/clientapplications/7b6c5fff-036e-4a40-b68a-a67c592fc079 \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
idstring, = 36 characters
createdstring, (date-time)

Last modified time in GMT

modifiedstring, (date-time)

Last modified time in GMT

namestring, [ 1 .. 255 ] charactersrequired

Unique name for client application

descriptionstring, [ 1 .. 1023 ] characters
activeboolean
Default:true
rolesArray of objects, [ 1 .. 7 ] items(Role)required
Response
{ "id": "9e1d7993-cc82-4d5f-a193-0d6b0d48a959", "name": "custom_bot_client_application_1", "description": "Client app for Eva bot", "active": true, "roles": [ {} ] }