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?

Best Answer

  • 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

Answers