Skip to content

Convert a question to a reply

Questions

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

POST
/questions/{id}/moveToTopic

Parameters

Path Parameters

id*

ID of the question to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator moving the question

Type
string
Required

Request Body

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

Responses

Question moved to topic

Samples

Gainsight CC Developer Portal