Get Parent(s)
Get one or more parent records
GET
https://integrate.d6plus.co.za/api/v1/adminplus/parents/{school_login_id}
Use this endpoint to fetch one or more parent records for the specified school. By default, parents of all current active learners will be returned.
It is possible to retrieve a single parent by providing the optional parent_id
query parameter.
Path Parameters
Name
Type
Description
school_login_id*
Integer
The login ID of the school to retrieve data from
Query Parameters
Name
Type
Description
parent_id
Integer
The ID of a specific parent
Headers
Name
Type
Description
HTTP-X-USERNAME*
String
As provided by d6
HTTP-X-PASSWORD*
String
As provided by d6
Examples
Last updated