Available APIs
The following is a list of available APIs for the Feedback API, including POST and GET requests:
Feedback APIs
API BASE URL: https://addhuri.com/api/lib/feedback
POST APIs
Can be used to submit feedback data either from a client or a server applications.
POST /freeformAnswer
POST /binaryChoice
POST /ratingScore
POST /singleAnswer
POST /multipleAnswers
POST /multipleQuestions
GET APIs
Can be used to retrieve feedback data on your server applications.
GET /freeformAnswer
GET /binaryChoice
GET /ratingScore
GET /singleAnswer
GET /multipleAnswers
GET /multipleQuestions