getRelatedCasesApi()
Obtains an entry point to the RelatedCasesApi object that contains APIs to handle the related cases of a case.
To view the APIs in the RelatedCasesApi module, see APIs in the RelatedCasesApi module.
Returns
The RelatedCasesApi object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the RelatedCasesApi object containing the APIs that handle the related cases of a case.
PCore.getRelatedCasesApi();
Previous topic getPubSubUtils() Next topic getRestClient()