Create a new GradeUpperSecondary
Create a new GradeUpperSecondary
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.
Body
Request body
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 national course code as defined by the Swedish school authorities (e.g. "MATMAT01a" for Mathematics 1a).
"MATMAT01a"
Whether this course grade should be included when calculating the student's final grade certificate.
true
ExternalRequest is the External-object used on Create and Update operations. Only SourceID can be set — the Source field is derived from the API key.
{ "sourceID": "12345678" }
The language code for the grade, used when the course is taught in a specific language.
"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 about the grade from the teacher.
"Eleven har visat goda kunskaper i algebra."
null
The extent of the course for this student.
Normal, Extended, Reduced "Normal"
The school year of the student at the time the grade was awarded.
1, 2, 3 "2"
The section/type of the course in the student's study plan.
General, Program, Orientation, Specialization, Individual, Project, Elementary "Program"
A comment from the teacher about the student's performance.
"Eleven deltar aktivt och visar stort engagemang."
null
The title of the program this course belongs to. Used to associate the course with a specific educational program.
"Teknikprogrammet"
null
The date the student started the course.
"2024-08-19"
null
The date the student finished the course.
"2025-01-17"
null
Response
Response for GradeUpperSecondary Create operation - returns the created GradeUpperSecondary
GradeUpperSecondary represents a grade awarded to a student in upper secondary school (Swedish: gymnasieskola). Grades are scoped to the organization of the API key used. The CourseCode field uses the national course code as defined by the Swedish school authorities (e.g. "MATMAT01a").
Unique identifier for the GradeUpperSecondary
"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 national course code as defined by the Swedish school authorities (e.g. "MATMAT01a" for Mathematics 1a).
"MATMAT01a"
Whether this course grade should be included when calculating the student's final grade certificate.
true
Metadata information for the GradeUpperSecondary
{
"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 course is taught in a specific language.
"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 about the grade from the teacher.
"Eleven har visat goda kunskaper i algebra."
null
The extent of the course for this student.
Normal, Extended, Reduced "Normal"
The school year of the student at the time the grade was awarded.
1, 2, 3 "2"
The section/type of the course in the student's study plan.
General, Program, Orientation, Specialization, Individual, Project, Elementary "Program"
A comment from the teacher about the student's performance.
"Eleven deltar aktivt och visar stort engagemang."
null
The title of the program this course belongs to. Used to associate the course with a specific educational program.
"Teknikprogrammet"
null
The date the student started the course.
"2024-08-19"
null
The date the student finished the course.
"2025-01-17"
null