Coursework
This group refers to entities tied to student learning delivery or feedback, such as Tasks and Grades.
Get all Grades for a Class during an Academic Term
This endpoint retrieves all gradebook grades belonging to a class for a term, as specified by term ID and class ID. Returned fields for each task can include:
group_markThe percentage achieved on the task is converted using the grade scale set for the program, and the result is returned as
group_mark.scoreThe number of points a student achieved on the task.
max_pointsThe available number of points for the task.
dropbox_statusDropbox upload status of student submission on task. Property is present if "Dropbox Coursework Submission" is configured for task.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Unique identifier for term.
Include archived students in the response.
Success
Success
This endpoint retrieves all term grades for a class, as specified by term ID and class ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Unique identifier for term.
An integer list of student ids to filter by.
An integer list of student ids to filter by.
Include archived students in the response.
A flag that indicates the response should only include records associated to students who are not currently enrolled in the given class.
Success
Success
This endpoint retrieves all criteria belonging to the class as specified by ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Success
Success
This endpoint retrieves task categories for a class specified by class ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Success
Success
This endpoint retrieves all tasks belonging to the class as specified by ID. If term ID is not specified, all tasks that the term class covers will be returned.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Unique identifier for term.
Success
Unauthorized
Not Found
This endpoint retrieves a task as specified by task ID and class ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for task.
Unique identifier for class.
Success
Unauthorized
Not Found
This endpoint updates a task for a class as specified by class ID and task ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Unique identifier for task.
Success
Unauthorized
Not Found
Unprocessable Entity
This endpoint deletes a task for a class as specified by class ID and task ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Unique identifier for task.
No Content
Unauthorized
Not Found
No content
This endpoint retrieves all assessment result scores belonging to a class as specified by ID. If term ID is not specified, all assessed tasks that the term class covers will be returned.
Optional properties:
Assessments:
dropbox_status- Student Dropbox Submission status for a task if enabled
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for task.
Unique identifier for class.
Success
Success
Creates or updates a grade for a specific student on a given task. If a grade already exists, it will be updated; otherwise, a new grade will be created.
The Content-Type header must be set to application/json, and the request body should contain the fields you want to update as a JSON payload.
For MYP, only integers are allowed (e.g., '1', 1). For non-MYP programs, floats are allowed (e.g., '1.22', 1.22), and if more than two decimal places are provided, the value will be automatically rounded (e.g., 1.448 → 1.45).
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for a task.
Unique identifier for a student.
Success
Not Authorized
Forbidden
Not Found
Destroys a grade for a specific student on a given task. There is no undo. Applies to all Students if no student_ids are provided.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for a task.
List of student IDs whose grades and submissions will be reset
Success
Success
Creates or updates a grade for many students on a given task. If a grade already exists, it will be updated; otherwise, a new grade will be created.
The Content-Type header must be set to application/json, and the request body should contain the fields you want to update as a JSON payload.
For MYP, only integers are allowed (e.g., '1', 1). For non-MYP programs, floats are allowed (e.g., '1.22', 1.22), and if more than two decimal places are provided, the value will be automatically rounded (e.g., 1.448 → 1.45).
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for a task.
Success
Not Authorized
Forbidden
Not Found
This endpoint creates a task for a class as specified by class ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Created
Bad Request
Unauthorized
Not Found
Unprocessable Entity
Last updated
Was this helpful?

