Updates For School API - April 26

Review the school changelog for recent updates

New

We've added a new endpoint, GET Academics Assignments for a student. This endpoint returns an array of assignment objects relative to the required student_id parameter. An assignment object is returned for each instance of an assignment in a section, and each object contains properties about the assignment, such as the grade, and section the assignment is associated with.

Include the optional section_id parameter to filter the response to include only assignments for the specified section. Include the optional start_date and end_date parameters to filter the response to only include assignments that occur within the date range. If a start_date is included, but an end_date isn't, then the end_date defaults to the start_date plus thirty-one days. If no start_date is included, start_date defaults to the current date. The endpoint requires that the requesting user have an id that matches the student_id parameter and either a Parent or Student role.

Categories