API Parameters
Endpoint
Operation
Parameters/Data
Data Type
/casemanager/case/v1/_summary
Retrieve a summary of a case
- caseId (ID of the case)
String
- tenantId (ID of the tenant)
String
/casemanager/case/v1/_history
Retrieve the full history of a case
- caseId (ID of the case)
String
- tenantId (ID of the tenant)
String
/casemanager/case/v1/_group
Group or ungroup cases together for operational or other purposes
- caseIds (List of case IDs to be grouped)
Array of Strings
- tenantId (ID of the tenant)
String
/casemanager/case/v1/_ungroup
Ungroup a case or all cases from the logical grouping
- caseIds (List of case IDs to be ungrouped)
Array of Strings
- tenantId (ID of the tenant)
String
Last updated