- Installation
- Push Notification
- Customization
- Rest API
- API Reference
- Zoho SalesIQ
- Launcher
- Conversation
- Chat
- start()
- startWithTrigger()
- setWaitingTime()
- get()
- setTitle()
- setLanguage()
- setDepartment()
- setOperatorEmail()
- setVisibility()
- showOperatorImageInLauncher()
- setVisibility(MbedableComponent)
- showOfflineMessage()
- getList()
- open()
- endSession()
- fetchAttenderImage()
- setListener()
- getDepartments()
- showFeedbackAfterSkip()
- hideQueueTime()
- show()
- Chat Actions
- Calls
- Logger
- Visitor
- Visitor Tracking
- Notification
- Knowledge Base
- FAQ
- SDK 2.x, 3.x
- SDK 1.x
- Download Sample App
- Release Notes
- Additional Features
FAQ.getCategories()
This API can be used to fetch the list of article categories. This API returns an array of SalesIQArticleCategory objects.
SalesIQArticleCategory class contains the following properties:
Property | Description |
count | Number of categories to be fetched |
categoryID | ID of the category that has to be fetched |
categoryName | Name of the category that has to be fetched |
Error Codes:
Code | Message |
600 | no network connection |
605 | mobilisten disabled |
609 | salesIQ api exception |
Syntax:
CopiedZohoSalesIQ.FAQ.getCategories(salesIQArticleCategory);
Example:
CopiedZohoLiveChat.FAQ.getCategories(new FAQCategoryListener()
{
@Override
public void onSuccess(ArrayList<SalesIQArticleCategory> categories)
{
//your code
}
@Override
public void onFailure(int code, String message)
{
//your code
}
});
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.