The "GET" request for Pastoral (Wellbeing) Concerns requires the concern {id} as an input parameter, as well as the student's {schoolId}. There is currently no endpoint to list concerns by student, and so it is not possible to know the concern {id} value.
This suggestion is for an additional endpoint:
GET /api/wellbeing/students/{schoolId}/concerns/
to complement the existing endpoint:
GET /api/wellbeing/students/{schoolId}/concerns/{id}
It would also be great to get concerns based on dates, GET all concerns between startdate and enddate or even just todays concerns.
GET /api/wellbeing/concerns/{startdate}/{enddate}