GET api/Students/GetHelpVideos?studentProductId={studentProductId}
used to get the help videos for student
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentProductId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StudentHelpVideos| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID |
Gets or sets the student id |
integer |
None. |
| IsVideoShown |
Gets or sets the flag whether the video shown |
boolean |
None. |
| VideoUrl |
Gets or sets the video url |
string |
None. |
| RegistrationId |
Gets or sets the registrationId id |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"StudentID": 1,
"IsVideoShown": true,
"VideoUrl": "sample string 3",
"RegistrationId": 4
}