.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:

NameDescription
errorError is returned if an error occurs while using the API. The list of possible error codes returned by the API are listed below
articleListList of articles

Error Codes:

CodeMessage
500mobilisten not initialized
605mobilisten disabled
600no network connection

Example:

CopiedZohoSalesIQ.getArticles( error, articleList) => 
{
   //your code
});