Skip to content

Show poll results

Articles

GET
/articles/{id}/poll

Parameters

Path Parameters

id*

ID of the article to fetch the poll results for

Type
string
Required

Responses

Successful response

application/json
JSON
{
  
"result": {
  
  
"title": "string",
  
  
"votes": "string"
  
}
}

Samples

Gainsight CC Developer Portal