Hello.
We have a question about some tests we are launching.
Our data:
API Key: 2bee0aeb-0d82-4e9e-8d3a-729e1efe686d
API Secret: fzEngu0s..............
groupId: 5jb79mu3of181gjfckpjbkjhz
Associated email: alvaromariaherrero@kpmg.es
(The tests were carried out on July 5 around 10 in the morning)
1.- We ask for the caseSystemId of the CaseId "SABINOGARCIAVALLINA" using "SEQ-case-retrieve: Get the system ID of a case":
https://api-worldcheck.refinitiv.com/v2/caseReferences?caseId=SABINOGARCIAVALLINA
2.- We didn't find it, so we create it using "POST SEQ-screen-sync-simple: Perform Synchronous Screening: Simple"
https://api-worldcheck.refinitiv.com/v2/caseReferences?caseId=SABINOGARCIAVALLINA
with the body:
{ "caseId" : "SABINOGARCIAVALLINA" , "entityType" : "INDIVIDUAL" , "name" : "SABINO GARCIA VALLINA", "secondaryFields" : [] , "customFields" : [ { "typeId" : "0a3687c5-6b80-1428 -9ae7-81f600000898", "value" : "TSK ELECTRONICA Y ELECTRICIDAD SA - A48035901 (518290)" }] , "groupId" : "0a3687c7-6b35-1372-9ad5-dcb6000008a0", "providerTypes" : ["WATCHLIST"] }
3.- Five minutes later, we ask again for the caseSystemId of the CaseId "SABINOGARCIAVALLINA" using "SEQ-case-retrieve: Get the system ID of a case" again.
And we found it: "5jb6nxihl5ao1gswfw8mvfhjn"
But then we use that CaseSystemId to get results by throwing "GET SEQ-case-investigate-results: Get screening results":
https://api-worldcheck.refinitiv.com/v2/cases/5jb6nxihl5ao1gswfw8mvfhjn/results
And the results we get:
"[]"
Our question is:
Shouldn't we have gotten the data we did the POST with?
Thank you very much in advance.
Regards.