Skip to content

Create IdeaStatus

Ideas

POST
/ideas/createIdeaStatus

Parameters

Query Parameters

authorId*

The ID of the author of the IdeaStatus

Type
string
Required

Request Body

application/json
JSON
{
  
"name": "An ideaStatus to be added",
  
"backgroundColor": "#ffffff",
  
"textColor": "#ffffff",
  
"default": "false",
  
"visible": "true",
  
"type": "open"
}

Responses

IdeaStatus created

Samples

Gainsight CC Developer Portal