Skip to content

Get Orchestration

Request

Overview

Use this API to Get orchestration details.

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
/orchestrations/{id}
curl -i -X GET \
  https://api.egain.cloud/conversation/conversationmgr/v3/orchestrations/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

Name for orchestration

Example:"default_orhchestration"
descriptionstring, [ 1 .. 1023 ] characters
activeboolean
Default:true
applicationsobject
Response
{ "id": "45a095f4-d0ee-4220-a689-22b541c58f67", "name": "default_orchestration", "description": "Created for custom channel.", "active": true, "created": "2021-03-21T14:29:01.516Z", "modified": "2021-03-28T14:29:01.516Z", "applications": { "botConfiguration": {}, "customerConfiguration": {} } }