GET api/{version}/Students/GetHelpVideos?studentProductId={studentProductId}

used to get the help videos for student

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentProductId

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

StudentHelpVideos
NameDescriptionTypeAdditional 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
}