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