GET api/Report/TutorSummary?staffId={staffId}¤tYear={currentYear}&from={from}&to={to}&active={active}&schoolId={schoolId}
Request Information
URI Parameters
Name | Description | Type | Additional 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_TutorSummaryName | Description | Type | Additional 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.