Skip to content

Convert a conversation to a reply

Conversations

Move a conversation with no visible replies to an existing topic. It can be converted to a reply of an article, question or another conversation. This action will permanently delete any trashed replies the conversation may have.

POST
/conversations/{id}/moveToTopic

Parameters

Path Parameters

id*

ID of the conversation to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator converting the conversation

Type
string
Required

Request Body

application/json
JSON
{
  
"topicId": "6",
  
"topicType": "question"
}

Responses

Conversation moved to topic

Samples

Gainsight CC Developer Portal