Get all school administrators with pagination
Retrieve a paginated list of school administrators based on query parameters
query Parameters
pagenumberCurrent page
pageSizenumberPage size
namestringName filter
lastNamestringLast name filter
secondLastNamestringSecond last name filter
Responses
dataobject[] · requiredData
pagenumberCurrent page
pageSizenumberPage size
totalnumberTotal
lastPagenumberLast page
nextstringNext page (endpoint)
previousstringPrevious page (endpoint)
Create a new school administrator
Create a new school administrator with the provided data
Request Body
lastNamestring · requiredLast name of the administrator
Example: DoesecondLastNamestring · requiredSecond last name of the administrator
Example: SmithfirstNamestring · requiredFirst name of the administrator
Example: JaneschoolIdnumber · min: 1 · requiredSchool id
Example: 1
Responses
School Administrator created
idnumber · requiredId
createdAtstring · date-time · requiredCreation Date
updatedAtstring · date-time · requiredUpdated Date
lastNamestring · requiredLast name of the administrator
Example: DoesecondLastNamestring · requiredSecond last name of the administrator
Example: SmithfirstNamestring · requiredFirst name of the administrator
Example: Jane
Get school administrator by ID
Retrieve a specific school administrator by its ID
path Parameters
idnumber · min: 1 · requiredId
Responses
School Administrator detail
idnumber · requiredId
createdAtstring · date-time · requiredCreation Date
updatedAtstring · date-time · requiredUpdated Date
lastNamestring · requiredLast name of the administrator
Example: DoesecondLastNamestring · requiredSecond last name of the administrator
Example: SmithfirstNamestring · requiredFirst name of the administrator
Example: Jane
Update a school administrator
Update an existing school administrator by its ID
path Parameters
idnumber · min: 1 · requiredId
Request Body
lastNamestringLast name of the administrator
Example: DoesecondLastNamestringSecond last name of the administrator
Example: SmithfirstNamestringFirst name of the administrator
Example: Jane
Responses
School Administrator updated

