Get School Info
Get the school information
GET https://integrate.d6plus.co.za/api/v1/adminplus/school/{school_login_id}
Use this endpoint to fetch the information for the specified school.
Path Parameters
Name
Type
Description
school_login_id*
Integer
The login ID of the school to retrieve data from
Headers
Name
Type
Description
HTTP-X-USERNAME*
String
As provided by d6
HTTP-X-PASSWORD*
String
As provided by d6
{
"school_name": "d6+ Primary School",
"admin_email_address": "[email protected]",
"telephone_calling_code": "27",
"telephone_number": "0123334444",
"website": "https://d6.co.za/",
"physical_address": "Pegasus Building 1, 3rd Floor\r\nMercy Avenue\r\nWaterkloof Glen Ext 2
\r\nPretoria",
"quantile": "4",
"medium": "Dual medium",
"emis_number": "999999999",
"country": "South Africa",
"province": "Gauteng",
"tuition_languages": [
"Afrikaans",
"English"
]
}{
"error": "Not found",
"error_description": "No school record found"
}Examples
Last updated