The feedback API is used to ____________.
UI Reference: The API is called when the ___ button is clicked on the ___ page.
URI: webapp-api-findanswer?api=feedback
Access Rights Required:
Name  | 
Type  | 
Description  | 
|---|---|---|
articleID  | 
String  | 
The ID of the article.  | 
rating  | 
Integer  | 
The rating of an article.  | 
_pageAction  | 
String  | 
This parameter represents the action name which is performed from the page.  | 
{ "articleID": "42346", "rating": 1, "_pageAction": "SendFeedback" }  | 
Name  | 
Type  | 
Description  | 
|---|---|---|
errors  | 
Array  | 
An array of strings. Returns the error message if an error is encountered, otherwise a blank array if there is no error.  | 
errorDetails  | 
Array  | 
An array of strings. Provides detailed information about the error encountered, otherwise returns a blank array if no error is encountered.  | 
{ "errors": [], "errorDetails": [] }  |