Grade(s)
Get the list of available grades
GET
https://integrate.d6plus.co.za/api/v1/adminplus/lookup/grade/{school_login_id}
Use this endpoint to retrieve the list of available grades within the d6+ SAMS.
The list is not generic across all d6+ SAMS clients, and could be customised per school. This endpoint allows you to specify a school Login ID in order to retrieve the list of grades offered by the school, along with their potentially customised names.
By default all available grades are returned.
It is also possible to retrieve the information for a single grade by providing the optional grade_id
query parameter.
Path Parameters
school_login_id*
Integer
The login ID of the school to retrieve data from
Query Parameters
grade_id
String
The ID of a specific grade
Headers
HTTP-X-USERNAME*
String
As provided by d6
HTTP-X-PASSWORD*
String
As provided by d6
Examples
Last updated