getSingleResource()
The ZohoSalesIQ.KnowledgeBase.getSingleResource API allows getting details of a resource.
Parameters:
- type * - Type of the resource
- id * - ID of the resource
Returns:
- A Future that completes with a List<Resource> representing the retrieved resource categories.
Error Codes:
Code | Message |
---|---|
500 | Mobilisten SDK not initialized |
600 | No network connection |
605 | Mobilisten SDK is disabled |
Example
Copied