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?
Page 1 / 1
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
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.
Sign in to the Community
No account yet? Create an account.
Social Login
Login for Freshworks Employees Login with LinkedInor sign up below
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.