2022-07-01
Criminal check Verification Service
Written by: Tarun
Crime check service reports all the court cases find against a person. This service needs all of the following information to access court records.
The service will return all cases filed against the person. For each case the output may look like
| Syntax | Description |
|---|---|
| Court | Chief Judicial Magistrate Court, Chengalpet, Kancheepuram |
| State | Tamil Nadu |
| District | Kancheepuram |
| Act & Section | |
| Case Type | Criminal |
| Filing Date | 19-06-2017 |
| Petitioner | Kelambakkam P.S., |
| Respondent | Mathivathanan |
| Status | Disposed Nature of Disposal -Uncontested-ADMISSION |
The Crime Check service works asynchronously. When a check request is submitted, the service immediately returns a requestId. Once the report is generated, the service sends the report to a configured callback URL.
There are two ways the service can be triggered depending on the portal being used.
In the HR portal, the crime check service runs automatically in the background after the HR user enters the required check information.
requestId.requestId for tracking the request.In the Admin portal, the workflow is the same as the HR portal, except the service must be triggered manually by clicking Run Service button.
If the callback request fails or the system does not receive the report, the administrator can manually fetch the report using the requestId from the Admin portal.