For a deeper look into our World Check One API, look into:
Hi Team,
I need help for some confusion clarify for given below question.
Thank you for your query.
Hope this helps.
Can you please elaborate a bit more on your concern, what exctly are you trying to update? Are you referring to the updates on the match of the case or list of cases which you have updated?
->If screening based on name and get list of result in this one record is matched(100%) so this matched result id based after the some time some update in this matched case.get this update via api call. It is possible and which api use for that ?
@EMFI ,
Thank you for your response.
You have to enable the case with ongoing screening(Point 3 above).
You can use the API call-'SEQ-case-monitor-ogs: Monitor ongoing screening updates on cases' to fetch the list of cases which have updates due to OGS. Once you have the list of case-system-id of the case which has update, you can then fetch the results to view the details of the matches which has updates.
Below is the request and response format for 'SEQ-case-monitor-ogs':
Request payload: { "query": "updateDate>=2019-06-03T06:35:28.637Z" }
Response Payload: "results": [ { "caseSystemId": "0a3687cf-6542-1d7e-9963-a49e000906ca", "numberOfNewResults": 0, "numberOfUpdatedResults": 1, "updateDate": "2019-06-04T18:13:52.541Z" }, { "caseSystemId": "0a3687d0-692e-1336-9a4b-c69c000002ed", "numberOfNewResults": 1, "numberOfUpdatedResults": 0, "updateDate": "2019-06-07T23:11:47.724Z" }, { "caseSystemId": "0a3687cf-62d4-1c7a-98b7-69f300002721", "numberOfNewResults": 1, "numberOfUpdatedResults": 2, "updateDate": "2019-06-04T19:27:36.019Z" } ]
The modificationDate of the match which has update in a case from API call -'Get screening results' would be same as the updateDate in the API call - 'SEQ-case-monitor-ogs'.
Hope this clarifies your concern.