Get all parents with pagination
Retrieve a paginated list of parents based on query parameters
query Parameters
pagenumberCurrent page
pageSizenumberPage size
keystringKey filter
levelsstring[]Level filter
Responses
dataobject[] · requiredData
pagenumberCurrent page
pageSizenumberPage size
totalnumberTotal
lastPagenumberLast page
nextstringNext page (endpoint)
previousstringPrevious page (endpoint)
Create a new parent
Create a new parent with the provided data
Request Body
lastNamestring · requiredLast name of the parent
Example: DoesecondLastNamestring · requiredSecond last name of the parent
Example: SmithrelationShipstring · requiredRelation ship of the parent with student
Example: Mothernamestring · requiredFirst name of the parent
Example: Janegenrestring · requiredGender of the parent
Example: FEMALEphonestring · requiredPhone
birthDatestring · date-time · requiredBirth date of the parent
Example: 1980-02-01T12:30:00.000Zemailstring · requiredParent email
Default: email@user.com
familyIdnumberFamily ID
Responses
Parent created
idnumber · requiredId
createdAtstring · date-time · requiredCreation Date
updatedAtstring · date-time · requiredUpdated Date
lastNamestring · requiredLast name of the parent
Example: DoesecondLastNamestring · requiredSecond last name of the parent
Example: SmithrelationShipstring · requiredRelation ship of the parent with student
Example: Mothernamestring · requiredFirst name of the parent
Example: Janegenrestring · requiredGender of the parent
Example: FEMALEphonestring · requiredPhone
birthDatestring · date-time · requiredBirth date of the parent
Example: 1980-02-01T12:30:00.000Z
Get parent by ID
Retrieve a specific parent by its ID
path Parameters
idnumber · min: 1 · requiredId
Responses
Parent detail
idnumber · requiredId
createdAtstring · date-time · requiredCreation Date
updatedAtstring · date-time · requiredUpdated Date
lastNamestring · requiredLast name of the parent
Example: DoesecondLastNamestring · requiredSecond last name of the parent
Example: SmithrelationShipstring · requiredRelation ship of the parent with student
Example: Mothernamestring · requiredFirst name of the parent
Example: Janegenrestring · requiredGender of the parent
Example: FEMALEphonestring · requiredPhone
birthDatestring · date-time · requiredBirth date of the parent
Example: 1980-02-01T12:30:00.000Z
Update a parent
Update an existing parent by its ID
path Parameters
idnumber · min: 1 · requiredId
Request Body
lastNamestringLast name of the parent
Example: DoesecondLastNamestringSecond last name of the parent
Example: SmithrelationShipstringRelation ship of the parent with student
Example: MothernamestringFirst name of the parent
Example: JanegenrestringGender of the parent
Example: FEMALEphonestringPhone
birthDatestring · date-timeBirth date of the parent
Example: 1980-02-01T12:30:00.000Z
Responses
Parent updated

