Hello,
I called SEQ-case-check-availability and received NotFound result so I made a next call SEQ-screen-sync-simple. Next, I called SEQ-case-screening-status, provided JSON like the example below
{
"screeningStatusRequests": [{
"caseSystemId": "5jb832fhw7361hdvhgj63kbq0",
"dateFrom": null
}
]
}
This call sometimes returned error
{
"caseSystemId": "5jb832fhw7361hdvhgj63kbq0",
"errors": [{
"error": "CASE_NOT_FOUND",
"cause": "API key does not have permission to access the case or case not found."
}
]
}
Could you please explain why I get this error? Clearly this case exists because I have its caseSystemId and I don't get this error every time. And the same request with same info was called later and it passed
Thanks,