GET api/{version}/Students/GetHelpVideos?studentProductId={studentProductId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentProductId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
StudentHelpVideos| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID | integer |
None. |
|
| IsVideoShown | boolean |
None. |
|
| VideoUrl | string |
None. |
|
| RegistrationId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"StudentID": 1,
"IsVideoShown": true,
"VideoUrl": "sample string 3",
"RegistrationId": 4
}