Skip to Main Content
Status Awaiting Review
Categories REST API
Created by Robyn Schaerer
Created on Feb 7, 2025

Ability to update Pupil contacts via the API

We have a separate front end where parents are able to update their contact and custom information. It would be great to be able to update this information via the API. We currently update this information using direct SQL queries.

  • Attach files
  • Guest
    Reply
    |
    Mar 6, 2025

    We also need the ability to "Add" and "Edit" contacts using the REST API, but the endpoint "Main/api/students/{schoolId}/contacts" currently only supports GET requests and lacks PATCH methods. We have a third-party website that allows parents to update their students' emergency contact information, but we are unable to write these updates back to ISAMS. The primary purpose of providing the REST API over the Batch API was to enable writing information back to ISAMS.

    Please implement this feature as soon as possible, as the lack of this functionality is holding up our project.