Hi, I was able to do my first Screening.
Based on the answer and what I was reading I had a couple of doubts.
Firstly, the service dont gave me an answer at the time, we had to wait asynchronously to obtain the result of the screening.
Please confirm me if the way I am using the API is correct.
1) / v1 / groups
2) / v1 / cases
3) / v1 / cases / {caseSystemId} / screeningRequest
Then we have to wait a minute and call this WebService to get the results:
4) / v1 / cases / {caseSystemId} / auditEvents
Then WC1 API returned what I attached in the file: “rlst.zip”
You could confirm if I am using the services well, if this is the correct way or there is some way that it is all Synchronous, since it changes the way to solve the invocations.
Thank you very much.