It would be really useful to add post and put functions to the employee contact endpoint so we can allow staff can manage their own contacts. /api/humanresources/employees/{employeeId}/contacts
Add support to retrieve subjects under School Roles similar to Roles and Departments in HR manager
We have been asked to extract the subject data from HR Manager.There is already support for roles and departments under the following endpoints: humanresources/employees/{id}/roleshumanresources/employees/{id}/departments Is it possible to add sim...
Pupil leaving data to be accesible via the batch API
We use the batch API to analyse our pupil numbers and make predictions for the next academic year. The currectstudent and applicant batches are really useful for this. However, we would also like to include data about current pupils who will be le...
Add department and subject data to the outputof the rewards and conduct API
The Batch API currently doesn't output either the awarding department or subject in the rewards and conduct module, even though these fields can be mandatory.
Provide endpoints for the four timetable tutorial tables: TblTimetableManagerTutorials TblTimetableManagerTutorialsPeriods TblTimetableManagerTutorialsPupils TblTimetableManagerTutorialsTeachers Each year we have approximately 2,500 tutorials whic...