How to rescreen using WC1 API v3?

satom
satom Newcomer
edited August 19 in World-Check One

Hi there.
I want to screen exist case.
I've used WC1 API v2. V2 had /cases/screeningRequest endpoint. It was working for realtime screening. But I can't find screeningRequest in WC1 API V3 documantation.

LSEG World-Check One API

'PATCH :{{protocol}}{{gateway-host}}{{gateway-url}}cases/{{case-system-id}}?screen=SYNC` is usefull.
That work like realtime screening. Like /cases/screeningRequest.
But I think it is a little bit bad way .
Let me know correct endpoint.

Thanks.

Best Answer

Answers

  • Hi @satom,

    Yes, you're using the correct endpoint. In WC1 API V3, the number of endpoints has been streamlined for improved efficiency. Instead of making separate calls, you can now screen an existing case in either synchronous or asynchronous mode, update the case, perform full or delta re-screens, and retrieve the results summary, all using a single PATCH request.

    You can find the documentation here:

    For existing case - Partial update an existing case by its caseSystemId.

    If you have any concerns about how it's working for specific use cases, feel free to share more details. we’re happy to assist.

    Thanks,
    Ram.