Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.
Edward Smale edited this page Apr 7, 2020 · 3 revisions

School

Represents a school.

Extends SchoolIncomplete

Properties

.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.

.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.

Clone this wiki locally