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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
18 2 4 6

OGS (ongoingScreeningUpdates) Call Response Content & Triggers

Hi Dev Community

I am working with a team building an integration with the World-Check One API.

Using our sandbox system I can see updates occuring for profiles that have cases linked to them, but these cases do not appear in the OGS (ongoingScreeningUpdates) call response.

What are the trigger events and contributing data that result in case updates appearing in the response?


Many thanks

Jim.R.



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.

@james.russell

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the most appropriate reply.

If you have known an answer, please share your answer, and then accept it. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

Upvotes
Accepted
4.5k 4 8 8

@james.russell,

Thank you for your query.

When you use the API call - 'SEQ-case-monitor-ogs: Monitor ongoing screening updates on cases', you will get the list of caseSystemId which have update during the specified time along with the no. of new matches, the updates for the existing profiles and the date when it was updated. Response snippet below -

 "results": [
        {
            "caseSystemId": "0a3687cf-6542-1d7e-9963-a49e000906ca",
            "numberOfNewResults": 1,
            "numberOfUpdatedResults": 0,
            "updateDate": "2020-01-29T21:52:54.047Z"
        },
        {
            "caseSystemId": "0a3687cf-6c28-192b-9b1c-16650077ce8d",
            "numberOfNewResults": 3,    // New matches for the case
            "numberOfUpdatedResults": 2, // Updates on existing profile in a case
            "updateDate": "2020-01-30T02:47:49.320Z" // Date the case was updated
        }
] 

Once you have the details, please use the API call - 'SEQ-case-investigate-results: Get screening results', in order to get the result for the specific caseSystemId. From the results, you will have to check 'modificationDate' of the result's match, which would exactly same as per the 'updateDate' of the API call - 'SEQ-case-monitor-ogs: Monitor ongoing screening updates on cases'.

If you need to further check on the details of the update, please use the API call - 'SEQ-case-investigate-world-check-profile: Get a World-Check profile' for the specific profile which has been updated and the details on the update can be determined via the - 'updateCategory' and 'updatedDates' from the response of the 'Get a World-Check profile'.

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
18 2 4 6

Hi Prabhjyot.Mandla

Thankyou, and yes, I understand the call sequence following visibility of updated cases in the response from a 'SEQ-case-monitor-ogs: Monitor ongoing screening updates on cases' call, but within our test system I have cases that are not included in this response that have associated profiles that have been updated.

Is this because the process that determines which cases have updates (the internal re-screening process for OGS) is scheduled with large time intervals on our test system?

If so, this will lead to difficulties with testing for case updates with updated results.

Is there a method of forcing (or simulating) a case update to ensure that it gets included in the 'SEQ-case-monitor-ogs: Monitor ongoing screening updates on cases' response to help with this?

Thanks & regards,

Jim

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

@james.russell,

Could you please share more details on the query via email which I have sent so that we may look into it?

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.

@james.russell,

I am following up on the above comment. Could you please share the case details and the profile details to investigate at our end?

Also, could you please confirm if this is in pilot only?

Upvotes
18 2 4 6

Hi Prabhjyot.Mandla

Thankyou, could I have your email address to provide additional information around my query.

Many thanks


Jim.R

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.

@james.russell,

We will get in touch with you regarding this query via email.

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.