Case Management
Last updated
Last updated
The Case management registry and service allow for actions that provide value added services on top of the Case registry as part of a dispute or independently in judicial operations. The case management service provides APIs to retrieve the summary and history of a case. The history of the case includes all case related items like applications, hearings, orders, tasks and artefacts. The service also provides a way to group/ungroup cases
Potential uses of this service include:
A view into the entire case history, which shows all events that have occurred in the case in chronological order. The API ensures that only authorised users can access this case history, protecting sensitive information.
In time a case can grow to have a lot of information with regards to all case-related information, all the applications, orders, hearing details etc. There are times when people are not interested in retrieving the entire case history but only look at some specific information like when trying to search for case precedents. In such scenarios the summary API will be able to provide the key elements of the case.
Ability to group similar cases together so that hearings can be scheduled together for them and vice versa when grouped cases need to be to ungrouped.
Summary (/casemanager/case/v1/_summary): Retrieves a summary of a specific case, requiring the case ID and tenant ID.
History (/casemanager/case/v1/_history): Retrieves the full history of a specific case, requiring the case ID and tenant ID.
Group (/casemanager/case/v1/_group): Groups cases together based on their IDs for operational or other purposes, requiring a list of case IDs and tenant ID.
Ungroup (/casemanager/case/v1/_ungroup): Ungroups cases, either removing a specific case from a group or ungrouping all cases, requiring a list of case IDs and tenant ID.