Hello,
I would like to know how to correctly make decision and interpret the results from SEQ-case-investigate-results: Get screening results' .
I am based on this criteria to evaluate the results and classify the case : suspicious individual (risky) or not
"matchScore": 100.0,
"matchStrength": "EXACT",
"secondaryFieldResults": ["fieldResult": "MATCHED"]
"resolution": {
"statusId": "5jb8febdr1oi1gcwqfjgwrop0",
"riskId": null,
"reasonId": null,
"resolutionRemark": null,
"resolutionDate": null
}
✔ if resolution is null ⇰ Case is False (is not a risky case)
✔ if resolution is not null ⇰ Verify the statusId (POSSIBLE,FALSE,POSITIVE,UNSPECIFIED)
Please let me know if this is correct.
Thanks