.getArticlesWithCategoryID()
This API allows you to get a list of all articles within a category in your SalesIQ knowledge base. The API takes the category ID as input.
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. |
| articles | List of articles |
Error Codes:
| Code | Message |
| 500 | mobilisten not initialized |
| 605 | mobilisten disabled |
| 608 | invalid category id |
| 600 | no network connection |