Class: PowerSchoolAttendanceRecord

PowerSchoolAttendanceRecord

A PowerSchool attendance record, such as a deviation from normal attendance.

Members

codeID :number

The identifier for this attendance record's code.
Type:
  • number
Source:

comment :string

A comment left with this record.
Type:
  • string
Source:

date :Date

The date the attendance for this record occurred on.
Type:
  • Date
Source:

id :number

The ID of this attendance code.
Type:
  • number
Source:

periodID :number

The identifier of the period this record covers.
Type:
  • number
Source:

schoolNumber :number

The number of the school this record was created by.
Type:
  • number
Source:

studentID :number

The identifier of the student this record involves.
Type:
  • number
Source:

totalMinutes :number

The number of minutes this record accounts for, if not all (zero).
Type:
  • number
Source:

Methods

getCode() → {PowerSchoolAttendanceCode}

Get the code of this record.
Source:
Returns:
Type
PowerSchoolAttendanceCode

getPeriod() → {PowerSchoolPeriod}

Get the period this record covers.
Source:
Returns:
Type
PowerSchoolPeriod

getSchool() → {PowerSchoolSchool}

Get the school this record belongs to.
Source:
Returns:
Type
PowerSchoolSchool