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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
28 3 4 9

How to find out if the case is ongoing?

Which API to use to find out if ongoing is already enabled for a specific case?

world-check-oneOMM
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.

1 Answer

· Write an Answer
Upvotes
Accepted
1.4k 5 2 2

Hi @cadyh

Thanks for reaching out to us!

In order to check if the ongoing is enabled for a case, you will have to utilize the [SEQ-case-investigate-case-details]: Fetch full case details API endpoint and look for the caseScreeningState array, as you can see below watchlist is showing as ONGOING which basically means that ongoing is enabled for the CaseSystemId.

"caseScreeningState": {

"WATCHLIST": "ONGOING"

},

Moreover, you can also utilize the World Check One UI to see if OGS is enabled for case, you will have to look for cases on Case Manger section of the WC1 UI.

Please feel free to reach out to us if you have any additional questions.

Thanks
Vivek Kumar Singh

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.

Thanks. That works

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.