Get Learner Subject Marks
Get the subject marks records for a learner
GET
https://integrate.d6plus.co.za/api/v1/currplus/learnersubjectmarks/{school_login_id}
Use this endpoint to fetch the marks for the specified learner, for the specified school. All marks for all terms will be return, for the current d6+ administrative year. The results are grouped per term, per subject, for the current administrative year.
Path Parameters
Name
Type
Description
school_login_id*
Integer
The login ID of the school to retrieve data from
Query Parameters
Name
Type
Description
learner_id*
Integer
The ID of a specific learner
Headers
Name
Type
Description
HTTP-X-USERNAME*
String
As provided by d6
HTTP-X-PASSWORD*
String
As provided by d6
Examples
Last updated