.getArticles()
Note: This API was deprecated in version 7.0.0. Use KnowledgeBase.getResources() instead.
This API allows you to fetch the list of published articles from your SalesIQ knowledge base. Articles from all categories are consolidated and returned by this API.
Callbacks:
Name | Description |
error | Error is returned if an error occurs while using the API. The list of possible error codes returned by the API are listed below |
articleList | List of articles |
Error Codes:
Code | Message |
500 | mobilisten not initialized |
605 | mobilisten disabled |
600 | no network connection |
Example:
CopiedZohoSalesIQ.getArticles( error, articleList) =>
{
//your code
});