-
Notifications
You must be signed in to change notification settings - Fork 0
School
Represents a school.
Extends SchoolIncomplete
.description (String)
The description of the school.
.school_type (String)
The type of school.
.created_timestamp (Number)
The timestamp when the school was created.
.updated_timestamp (Number)
The timestamp when the school was last updated.
.contact_info (ContactInfo)
The contact information for the scchool.
.logo_url (String)
The file URL for the school logo.
.logo_name (String)
The name of the school logo.
.banner_url (String)
The file URL for the school banner.
.banner_name (String)
The name of the school banner.
.premium_features (Object)
Whether or not certain premium features are active.
-
.extended_notice_board(Boolean) -
.welfare_notes(Boolean) -
.white_label_enabled(Boolean) -
.custom_theme_enabled(Boolean)
.prospectus_url (String)
The URL for the school prospectus.
.prospectus_name (String)
The name of the school prospectus.
.native_apps_task_advert (Boolean)
Whether or not the school has native application task adverts. (???)
.homepage_zones (Boolean)
Whether or not the school has homepage zones. (???)
.homepage_active (Boolean)
Whether or not the school's homepage is active. (???)
.homepage_background (String)
The background of the school's homepage. (???)
.student_zone_root_id (Number)
The ID of the student zone root.
.school_zone_root_id (Number)
The ID of the school zone root.
.parent_zone_root_id (Number)
The ID of the parent zone root.
.links (Object)
An array of links to get more information about the school.
.book_store (Boolean)
Whether or not the school has a book store.
.colllins_settings (Object)
Settings for collins. (???)
.active (Boolean)
Whether or not the school is active [1].
.google_tts (Boolean)
Whether or not the school uses google text-to-speech.
.new_dashboard_enabled (Boolean)
Whether or not the school has the new dashboard enabled.
.share_kudos_comments_enabled (Boolean)
Whether or not the school shares comments from kudos.
.only_positive_kudos_enabled (Boolean)
Whether or not the school only has positive kudos. (???)
.new_students_list_enabled (Boolean)
Whether or not the school has a list to see new students. (???)
[1] .active is always true if the object is complete.