Skip to Main Content
Status Awaiting Review
Categories REST API
Created by Guest
Created on May 29, 2025

Incorrect "Register Flag" values from Student Registers API

Dear iSAMS Support Team,

I am encountering an issue with the iSAMS REST API when trying to retrieve the "Register Flag" value from the "Pupil Registers -> Registers" screen.

I am using the following endpoint: [GET] https://isams.local/Main/api/registers/{registerId}/students/fields

The $SEN_Register_Register_RegisterFlag field within the students property (an array of StudentFields objects) is returning the filename of the selected dropdown GIF icon instead of the actual flag value.

For example, the API currently returns:

Returned Value

Expected Value

star_blue.gif

Wave 1

star_grey.gif

Wave 2

star_yellow.gif

Wave 3

star_green.gif

Extra Support Required

star_red.gif

More Able and Talented


This appears to be a bug, as the GIF filename is not a usable value for our integration needs. We require the descriptive text value (e.g., "Wave 1", "More Able and Talented").

Could you please investigate and remap this field to return the correct dropdown value? This fix is crucial for our data retrieval processes.

Thank you for your prompt attention to this matter.

Sincerely,

Nicholas De La Haye

  • Attach files