GET api/{version}/Students/GetStudentClassScheduleNotification?registrationId={registrationId}
This method will get all available file and video count
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
NotificationCount| Name | Description | Type | Additional information |
|---|---|---|---|
| FileCount |
Get and Set the FileCount |
integer |
None. |
| Videocount |
Get and Set the VideoCount |
integer |
None. |
| StudentproductId |
Get and Set the StudentproductId |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileCount": 1,
"Videocount": 2,
"StudentproductId": 3
}