Get Monitor Records in the Worklist
This endpoint will fetch all individual monitor records in the worklist.
Last updated
{
"status": "success",
"messageCode": null,
"message": null,
"monitorRecords": [
{
"name": "Ahmad Hussain",
"addresses": [
{
"geography": "SY",
"city": "SY"
}
],
"dob": "1970-08-22",
"gender": "male",
"openDatasets": [
"DD",
"INS",
"PEP-CURRENT",
"PEP-FORMER",
"PEP-LINKED",
"POI",
"REL",
"RRE",
"SAN-CURRENT",
"SAN-FORMER",
"GRI"
],
"id": "1",
"status": "open",
"openCount": 1,
"falsePositiveCount": 0,
"truePositiveCount": 0,
"discardedCount": 0,
"createdDateTimeISO": "2021-10-05T10:10:08.270Z",
"lastUpdatedDateTimeISO": "2021-10-05T10:10:08.270Z",
"lastNotificationDateISO": "2021-10-05"
}
],
"monitorRecordsCount": 1,
"openMonitorRecordsCount": 1,
"openMatchesCount": 1,
"falsePositiveMatchesCount": 0,
"truePositiveMatchesCount": 0,
"discardedMatchesCount": 0,
"nextToken": null
}