Skip to content

Merge votes into another idea

Ideas

A moderator can merge the votes from one idea into another idea.

POST
/ideas/{id}/mergeVotes

Parameters

Path Parameters

id*

Idea Id to merge the votes from

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator to merge the votes

Type
string
Required

Request Body

application/json
JSON
{
  
"toIdeaId": "6"
}

Responses

Idea votes were merged

Samples

Gainsight CC Developer Portal