For Developers

Sections

List Sections

sections.list(options);

Retrieve a list of Sections.

Function Arguments

This query allows for standard paging options.

Fetch Section

sections.fetch(sections_id, options);

Retrieve an individual Section.

Function Arguments

ParameterTypeDescription
section_idstringThe UUID of the sections.

List Section Enrollments

sections.listEnrollments(sections_id, options);

Retrieve a list of Enrollments in a Section.

Function Arguments

This query allows for standard paging options.

ParameterTypeDescription
section_idstringThe UUID of the sections.

List Section People

sections.listPeople(sections_id, options);

Retrieve a list of People in a Section.

Function Arguments

This query allows for standard paging options.

ParameterTypeDescription
section_idstringThe UUID of the sections.

List Section Teachers

sections.listTeachers(sections_id, options);

Retrieve a list of teachers in a Section. Responds with an array of Person objects.

Function Arguments

This query allows for standard paging options.

ParameterTypeDescription
section_idstringThe UUID of the sections.

List Section Students

sections.listStudents(sections_id, options);

Retrieve a list of students in a Section. Responds with an array of Person objects.

Function Arguments

This query allows for standard paging options.

ParameterTypeDescription
section_idstringThe UUID of the sections.