APIs in the RelatedCasesApi module
Use the APIs in the RelatedCasesApi module to handle the related cases of a case.
- addRelatedCases(caseID, relatedCases, context)
Relates several cases to a specific case.
- getRelatedCases(caseID, context)
Obtains the related cases of a specific case.
- removeRelatedCase(caseID, relatedCaseID, context)
Removes a related case from its relationship with a specific case.
Previous topic unsubscribe(eventType, subscriptionItemName, contextName) Next topic addRelatedCases(caseID, relatedCases, context)