.getArticlesWithCategoryID()
This API allows you to fetch the list of published articles from the specific category in your SalesIQ knowledge base. The ID of the category needs to be passed as a parameter to the API.
Parameters:
| Name | Description |
| categoryID | Unique ID of the category |
Callbacks:
| Name | Description |
| error | Error is returned if an error occurs while using the API. The list of possible error codes returned by the API are listed below. |
| articleList | List of articles |
Error Codes:
| Code | Message |
| 500 | mobilisten not initialized |
| 605 | mobilisten disabled |
| 608 | invalid category id |
| 600 | no network connection |