GET api/Report/SchoolSummary?schoolId={schoolId}&currentYear={currentYear}&from={from}&to={to}&active={active}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
schoolId

integer

Required

currentYear

boolean

Required

from

date

Required

to

date

Required

active

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Report_Summary_school
NameDescriptionTypeAdditional information
NumberActiveStudents

integer

None.

AverageTotalSessions

decimal number

None.

TotalSessions

integer

None.

AverageSessionsPerWeek

decimal number

None.

AverageTeamStartLevel

decimal number

None.

DateRange

string

None.

RateOfProgress_0

integer

None.

RateOfProgress_1

integer

None.

RateOfProgress_2

integer

None.

MogA

integer

None.

MogB

integer

None.

MogC

integer

None.

BglA

integer

None.

Bglb

integer

None.

Agl

integer

None.

SchoolName

string

None.

Grades

Collection of Report_Summary_Grade

None.

Tutors

Collection of Report_SchoolSummaryTutors

None.

Response Formats

application/json, text/json

Sample:

Sample not available.