Get Orchestration

Overview

Use this API to Get orchestration details.

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/orchestrations/{id}
Request samples
Response samples
application/json
{
  • "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": {
    }
}