We are using Python requests on this API https://docs-developers.refinitiv.com/1600949101673/50009/documentation/schema-reference/wc1-api-schema-reference-documentation.html
Screening new users work fine with POST on /cases/screeningRequest we get results and save the caseId in our own database for future references.
What I can't figure out is how do I should use the caseId to recheck if users have any new results since signing up. The plans is to do this with a scheduled cronjob and we want to send in a long list of several caseId in one POST so we get a list of several users new result for more effectively updating our database.