Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

ClassGroupIncomplete

Edward Smale edited this page Apr 6, 2020 · 3 revisions

ClassGroupIncomplete

Represents an incomplete object sometimes returned from the SMHW API.

Properties

.client (Client) The client that initiated the object

.id (Number) The ID of the class group.

.name (String) The name of the class group.

.class_year (String) The name of the class year that the class group belongs in.

.academic_year (Number) The ID of the class year that the class group belongs in.

.imported_via_sims (Boolean) Whether or not the class group has been imported via Sims

.school_id (Number) The ID of the school.

.is_registration_group (Boolean) Whether or not the class group is a registration/form group.

.incomplete (Boolean) Whether or not the class group is incomplete.

Methods

.complete()

Complete the class group object. Returns Promise<ClassGroup>

Clone this wiki locally