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 |
|
Wave 1 |
|
Wave 2 |
|
Wave 3 |
|
Extra Support Required |
|
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