WC1 Api Production Issue: Sync and Async case results missing details issue

We have an issue with WC1 api which is that when we create an asynchronous case against an individual, then we create synchronous case against the same person, Our problem is that results are mismatched. i mean there is some JSON fileds that exists in the synch results and does not exists in the async results.

The missing fields from async results are: "primaryName", "category", "events", "countryLinks", "identityDocuments".

Best Answer

  • Irfan.Khan
    Irfan.Khan LSEG
    Answer ✓

    @mghaly

    Kindly note this is a difference in the JSON response of the "Get screening results" and Sync Screening API.

    As correctly noted, the missing fields from async results are: "primaryName", "category", "events", "countryLinks", "identityDocuments".

    As for the sync API, we do not provide the resolution status of the matches populated due to screening which is available in the "Get screening result" API.

    We are working to make the JSON response of both the endpoints exactly the same but currently we do not have an ETA on it on when it can be implemented.

    You can use the sync screening API if you are interested in the additional personal attribute regarding the match, if you would like to which match was auto resolved due to the provided secondary identifier, we advise you to use- "Get screening results"

Answers