For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
11 3 4 4

WC1 API - Enable Ongoing Screening & How to process every day updates from Ongoing

We are using Pegasystems World Check one component for e-Screening via API, which is currently missing Enable Ongoing Screening feature. We are planning use the Enable Ongoing Screening API to implement the same. Can you please explain how is API works for each and every customer screening and best we can configure the same. Also please explain how the ONGOING SCREENING UPDATE FROM WORLD-CHECK ONE will be notified to us via which API and how it works. Please help me with detailed document. Thanks. Enable Ongoing Screening Enable OGS for a Case PUT /cases/{caseSystemId}/ongoingScreening

world-checkworld-check-one
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thank you for your participation in the forum.
Is the reply below satisfactory in resolving your query?
If yes please click the 'Accept' text next to the appropriate reply.
This will guide all community members who have a similar question.
Otherwise please post again offering further insight into your question.
Thanks,
AHS

Upvotes
Accepted
4.5k 4 8 8

@athomas,

Thank you for your query.

OGS runs daily from 18:00 UTC and continues overnight. During this OGS run, if there is any case which is enabled for OGS has any new match or an existing match in the case has any updated, then you will get email notification with the number of cases which have been updated due to OGS.

If you want to check the cases which have updates due to OGS, you may use the API call - 'SEQ-case-monitor-ogs: Monitor ongoing screening updates on cases', endpoint would be - /cases/ongoingScreeningUpdates . This endpoint will provide you the list of caseSystemIds which have update due to OGS within the specific time range in the request payload. The response would look like below -

{
    "query": "updateDate>='2020-09-02T04:26:55.465Z'",
    "sort": null,
    "totalResultCount": 3,
    "pagination": {
        "currentPage": 1,
        "itemsPerPage": 100,
        "totalItems": 3
    },
    "results": [
        {
            "caseSystemId": "5nzbfkcwtwlw1exlrj5ove0kz",
            "numberOfNewResults": 1,
            "numberOfUpdatedResults": 0,
            "updateDate": "2020-09-04T04:42:20.495Z"
        },
        {
            "caseSystemId": "5nzbfq9r9td51esd14tzya0xj",
            "numberOfNewResults": 0,
            "numberOfUpdatedResults": 1,
            "updateDate": "2020-09-05T15:22:43.815Z"
        },
        {
            "caseSystemId": "5nzbfq8x17561edm0ermka16z",
            "numberOfNewResults": 0,
            "numberOfUpdatedResults": 1,
            "updateDate": "2020-09-06T09:13:05.721Z"
        }
    ]
}

Hope this answers your query.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
11 3 4 4

@Prabhjyot @Prabhjyot.Mandla

Thanks Prabhjyot. Is there any alternative for email notifications ? Like any API to check if any alert for the day for this Group ID or Account ? Then fire the above API, instead of email notificication?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
11 3 4 4

@Prabhjyot @Prabhjyot.Mandla

Thanks Prabhjyot. Is there any alternative for email notifications ? Like any API to check if any alert for the day for this Group ID or Account ? Then fire the above API, instead of email notificication?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
4.5k 4 8 8

@athomas,

As of now, there is no alternative. You can use the above endpoint and the fetch the list of the cases which have updates due to OGS, then call the results endpoint to check for the profile which has updates based on the updateDate from monitor OGS and modificationDate from results.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
11 3 4 4

@Prabhjyot.Mandla @Prabhjyot.Mandla

@Prabhjyot.Mandla - Is it possible to configure the system email account to get Ongoing Screening update from World Check ? What is the process for the same.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
4.5k 4 8 8

@athomas,

You may raise your query via the below link and someone from our support team will contact you with the details and update the same for your World-Check account.

Link -

https://my.refinitiv.com/content/mytr/en/productsupport.html?productName=Refinitiv%20World-Check%20One&query=I%20need%20help%20using%20the%20product

Hope this helps.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 0 0 1

The API endpoint (/cases/ongoingScreeningUpdates) shows if an update exist. But Is there an API that shows only the newly updated matches?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.