GET api/statistics/student/{studentID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
studentID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
statsStudentResultName | Description | Type | Additional information |
---|---|---|---|
booking | integer |
None. |
|
cancellation | integer |
None. |
|
waitingList | integer |
None. |
|
attended | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "booking": 1, "cancellation": 2, "waitingList": 3, "attended": 4 }