Get a GradeElementary
Retrieves the GradeElementary with the given ID.
Documentation Index
Fetch the complete documentation index at: https://docs.meitner.se/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique identifier of the GradeElementary to retrieve
"123e4567-e89b-12d3-a456-426614174000"
Response
Response for GradeElementary Get operation - returns the requested GradeElementary
GradeElementary represents a grade awarded to a student in elementary school (Swedish: grundskola). Grades are scoped to the organization of the API key used. The SubjectCode field uses the subject code as defined by the Swedish school authorities (e.g. "MA" for Mathematics).
Unique identifier for the GradeElementary
"123e4567-e89b-12d3-a456-426614174000"
The ID of the student the grade belongs to. Must reference a student within the organization who has an active placement at the school referenced by SchoolID.
"123e4567-e89b-12d3-a456-426614174000"
The ID of the school where the student received the grade. Must reference a school within the organization.
"123e4567-e89b-12d3-a456-426614174000"
The subject code as defined by the Swedish school authorities (e.g. "MA" for Mathematics, "SV" for Swedish).
"MA"
The academic year in which the grade was awarded, in the format YYYY/YYYY (e.g. "2024/2025").
"2024/2025"
The school term in which the grade was awarded.
HT, VT "HT"
The school year of the student at the time the grade was awarded.
6, 7, 8, 9 "9"
Whether this is the final grade for the student in this subject. A final grade is the official grade used on the student's grade certificate.
true
Whether the grading period has ended for this student in this subject.
true
Metadata information for the GradeElementary
{
"createdAt": "2024-01-15T10:30:00Z",
"createdBy": "987fcdeb-51a2-43d1-b567-123456789abc",
"updatedAt": "2024-01-15T14:45:00Z",
"updatedBy": "987fcdeb-51a2-43d1-b567-123456789abc"
}External is a reusable object that can be used to store external information about the grade from another system, used for third-party integration tracking.
{
"sourceID": "12345678",
"source": "ExternalIntegrationAPI"
}The language code for the grade, used when the subject is taught in a specific language (e.g. mother tongue instruction).
"SV"
null
The ID of the primary teacher responsible for the grade. Must reference an Employee who has an active placement at the school referenced by SchoolID.
"123e4567-e89b-12d3-a456-426614174000"
null
The ID of the secondary teacher responsible for the grade. Must reference an Employee who has an active placement at the school referenced by SchoolID.
"123e4567-e89b-12d3-a456-426614174000"
null
The grade awarded to the student.
A, B, C, D, E, F, MISSING "A"
The date the grade was awarded.
"2025-01-15"
null
A comment from the school about the grade, visible to the student and guardians.
"Utmärkt arbete under hela terminen."
null