Skip to content

List linked conversations

Request

Lists all linked child conversations for the given conversation ID, such as transcripts and side conversations.

Security
ApiKeyAuth
Path
conversationIdinteger, (int64)required
GET
/v1/conversations/{conversationId}/linked
curl -i -X GET \
  'https://dev.dixa.io/v1/conversations/{conversationId}/linked' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The list of conversations requested by an EndUser

Bodyapplication/json
dataArray of any(Conversation)
Response
{ "data": [ {} ] }