Memberships
A membership defines the kind of association between a class and a student or teacher
This endpoint retrieves all students belonging to 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.
falseSuccess
Success
This endpoint retrieves all members for each class (students, teachers and admin). It returns for each user the class ID, user ID, user role in the class and other details.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
The list of class IDs to select membership for
A timestamp to filter the modification date of results.
A timestamp to filter the deletion date of results.
An integer defining which page to display.
An integer defining the number of records to display per page.
An integer list of users ids to filter by.
An integer list of users ids to filter by.
A date param to filter by start term and end term date range.
successful
successful
This endpoint retrieves details of all student memberships.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier of a student.
Boolean value to filter memberships by archived status.
falseSuccess
Success
This endpoint retrieves all Teachers belonging to 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.
Success
Success
This endpoint removes teachers, as specified by teacher ID/s, from 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.
An array of teacher IDs to remove from the class.
Success
Success
Last updated
Was this helpful?

