.getArticleCategories()
Note: This API was deprecated in version 4.0.0. Use knowledgeBase.getCategories() instead.
This API can be used to obtain the list of FAQ categories from your SalesIQ knowledge base with the below properties.
SIQArticleCategory class contains the following properties:
Property | Datatype | Description |
id | String | ID of the category |
name | String | Name of the category |
articleCount | int | Count of the article in the corresponding category |
Error handling:
Code | Message |
600 | no network connection |
605 | mobilisten disabled |
609 | salesiq api exception |
Usage
CopiedZohoSalesIQ.getArticleCategories.then((categoryList){
// your code goes here
}).catchError((error){
// your code to handle errors
});