Skip to Main Content

Education Ideas

Your ideas allow us to crowdsource feedback, gain customer insight and prioritise our roadmaps.

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
      Drop here to upload
    • Guest
      Reply
      |
      Oct 3, 2024

      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}