Skip to main content

Update thumbs_up and thumbs_down properties of Solution Article through API

  • November 3, 2014
  • 1 reply
  • 66 views

Is there a way to update thumbs_up and thumbs_down properties of Solution Article through API, so I can add "Was this answer helpful?" functionality to my app?

Did this topic help you find an answer to your question?
This topic has been closed for comments

1 reply

  • Community Debut
  • 27 replies
  • November 4, 2014
Use this API:

PUT http://YOUR_DOMAIN.freshdesk.com/support/articles/[id]/thumbs_down.json
PUT http://YOUR_DOMAIN.freshdesk.com/support/articles/[id]/thumbs_up.json


with no body. There are few improvements pending in this API, like supporting JSON response and proper error code when an article is already liked/disliked. We have added these features to our TODO backlog.