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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentProductId

integer

Required

Body Parameters

None.

Response Information

Resource Description

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