The subscribe API is used to ____________.
UI Reference: The API is called when the ___ button is clicked on the ___ page.
URI:webapp-api-findanswer?api=subscribe
Access Rights Required:
Name |
Type |
Description |
---|---|---|
articleID |
String |
This returns the ID of article. |
_pageAction |
String |
This parameter represents the action name which is performed from the page. |
{ "articleID": "1165", "_pageAction": "SubscribeArticle" } |
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": [] } |