Skip to main content

.getCategories()

Note: This API was deprecated in version 7.0.0. Use KnowledgeBase.getCategories() instead.

This API can be used to obtain the list of FAQ categories from your SalesIQ knowledge base

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.
categoryListList of categories

Error Codes:

CodeMessage
600no network connection
605mobilisten disabled
500mobilisten not initialized
609salesIQ api exception

Example:

CopiedZohoSalesIQ.getCategories( (error,categoryList) =>
 {
   //your code
});