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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
staffId

integer

Required

currentYear

boolean

Required

from

date

Required

to

date

Required

active

boolean

Default value is True

schoolId

integer

None.

Body Parameters

None.

Response Information

Resource Description

Report_TutorSummary
NameDescriptionTypeAdditional information
Title

string

None.

TutorName

string

None.

Students

Collection of TutorSummeryStudent

None.

DateRange

string

None.

SchoolName

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.