Class: PowerSchoolSchool

PowerSchoolSchool

A PowerSchool school information object.

Members

abbreviation :object

The abbreviation for the school.
Type:
  • object
Source:

addressParts :object

The part's making up the school's address (such as street address, city, state/province, country, ZIP/postal code).
Type:
  • object
Source:

disabled :boolean

Whether or not the school is currently disabled.
Type:
  • boolean
Source:

disabledFeatures :object

Features that are disabled on the school (object with true or false, on disabled status of each key).
Type:
  • object
Source:

disabledMessage :object

Optional messages to display for the school if it is disabled (title and message keys in the object).
Type:
  • object
Source:

fax :string

The school's fax number, formatted for display.
Type:
  • string
Source:

formattedAddress :string

The school's address, formatted for display.
Type:
  • string
Source:

highGrade :number

The highest grade this school has.
Type:
  • number
Source:

id :number

The ID of this school.
Type:
  • number
Source:

lowGrade :number

The lowest grade this school has.
Type:
  • number
Source:

name :string

The name of this school.
Type:
  • string
Source:

phone :string

The school's phone number, formatted for display.
Type:
  • string
Source:

schoolNumber :number

The number of this school.
Type:
  • number
Source:

Methods

getAttendanceCodes() → {PowerSchoolAttendanceCode}

Get the attendance codes that belong to this school.
Source:
Returns:
Type
PowerSchoolAttendanceCode