Get Learner Subjects
Get the subject records for one or more learners
GET
https://integrate.d6plus.co.za/api/v1/currplus/learnersubjects/{school_login_id}
Use this endpoint to fetch the list of subjects for the current year for one or more learner for the specified school. By default, the subjects for all current active learners will be returned.
It is possible to retrieve the subjects for a single learner by providing the optional learner_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
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