Subjects
Returns a list of subjects
get/subjects
Query parameters
sortstring
Sort subjects by name
Response
The list of subjects
Example response
{
"data": [
{
"id": "3",
"type": "subjects",
"attributes": {
"name": "Primary with science",
"code": "07",
"bursary_amount": "9000",
"early_career_payments": "8388",
"scholarship": "3500",
"subject_knowledge_enhancement_course_available": true
}
}
],
"jsonapi": {
"version": "1.0"
}
}