Year Groups
A Year Group is a collection of student memberships in a cohort that share the same Program.
This endpoint retrieves the basic information of all Year Groups. It returns the group name, program, program_code, grade level and student IDs for members.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
A timestamp to filter results by modification date.
An integer defining which page to display.
An integer defining the number of records to display per page.
A boolean that, if set to true, returns only archived groups.
Success
Success
This endpoint retrieves all students belonging to a year group, as specified by the year group ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for year group.
An integer defining which page to display.
An integer defining the number of records to display per page.
Success
Success
This endpoint adds a list of student IDs to a year group, as specified by the year group ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for year group.
An array of student IDs to be added to a year group
Success
Success
This endpoint removes a list of student IDs from a year group, as specified by the year group ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for year group.
An array of Student IDs to remove from the Year Group
Success
Success
Retrieves the Homeroom, CAS, EE, TOK, Project-based Learning advisors for a Year Group, specified by id. Returns advisor IDs and role abbreviations.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for year group.
Success
Success
Last updated
Was this helpful?

