Skip to main content

.getCategories()

Note: This API was deprecated in version 6.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 is listed below.
categoriesList of categories

Error Codes:

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


 

Usage

CopiedZohoSalesIQ.getCategories(function(categories){
	// your code goes here
}, function(error){
	// your code to handle errors
});