Skip to Main Content
Status Awaiting Review
Categories REST API
Created by Guest
Created on Jun 11, 2024

Pastoral API - Concerns endpoint (list by student)

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}

  • Attach files