WC1 API v3: let me know about creating and screeninig a case with setting OGS on.

Hi there,
I used the endpoint /caces . caseScreeningState can be set "WATCHLIST": "ONGOING" .
It was worked. I got 200 response and the results.
However, when I saw case manager in WC1 GUI, the case has the value of "Last Screened Date".
Is that case was screened at creating time? (INITIAL screening?)
So if I will set "WATCHLIST": "ONGOING" to a case, the case will be screened by initial screening and OGS screening, right?

Thanks,
satom.

Answers

  • Hi @satom

    Thanks for reaching out to us!

    Setting the caseScreeningState of WATCHLIST to ONGOING in the request body of the /cases endpoint enables ongoing screening (OGS) for the case during the initial screening process.

    When you initiate the endpoint with the above request, the case will be screened immediately providing you the screening results in response and also enabling the case to ongoing screening.

    Note: Ongoing Screening (This means the system will automatically rescreen the case based on the OGS frequency configured for your group. If any updates are detected in existing matches or new records match the case during ongoing screening, an alert will be triggered and you will be notified.)

    Additionally, when a case is initially screened, the case creation date and last screened date will be the same. In the future, if the case is rescreened either manually or through OGS the last screened date will be updated to reflect the most recent screening activity.

    Thanks

    Sai

  • satom
    satom Newcomer

    Hello anisetti.saikiranreddy01,
    Thank you very much.