Skip to Main Content
Status In Discovery
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
  • 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}