Hi,
I would like to see the differences between the two screenings of a case.
I tried this endpoint:
POST {{protocol}}{{gateway-host}}{{gateway-url}}cases/{{case-system-id}}/screeningRequest
with body
{ "screeningMode": "DELTA_SYNC", "caseInfo": true}
I know that I updated the case, let's say yesterday, with new information, e.g., changing a remark for one of the entities that I had matched.
When I issued the above endpoint today, it returned an empty result set.
So, is it
1) I haven't specified which two screening points the delta should be taken from
2) it doesn't report differences only if e.g. an entity gets added to the case
3) the body is wrong or missing something
4) something else or all the above :)
Thanks,
kari