Get conversation

Overview

Use this API to get details of a completed conversation using conversation id.

Scope

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

SecurityoAuthClient
Request
path Parameters
id
required
string = 36 characters

id of object

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

Response for fetch conversation API

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

406

Not Acceptable

500

Internal server error

get/conversations/{id}
Request samples
Response samples
application/json
{
  • "id": "21822806-88c3-43b3-8eed-097b4f0d68a7",
  • "account": {
    },
  • "conversationContact": "phone.mobile",
  • "entryPoint": {
    },
  • "customer": {
    },
  • "messages": {
    }
}