My algorithm of action
1. creating a new case POST /cases
2. calling screening POST /cases/{caseSystemId}/screeningRequest
3. Getting results GET /cases/{caseSystemId}/results
All results contain an empty list of secondary field results. I need the secondary fields to find out the sex, date of birth, etc.
What am I doing wrong?