GET api/StudentCourseMaterial/GetMemo?studentCourseMaterialId={studentCourseMaterialId}&videoSourceTable={videoSourceTable}&registrationId={registrationId}

Used to get the material memo details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentCourseMaterialId

integer

Required

videoSourceTable

string

Required

registrationId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of VideoNote
NameDescriptionTypeAdditional information
VideoNoteId

Gets or sets unique note id

integer

None.

Comments

Gets or sets video comments

string

None.

VideoId

Gets or sets the video id

string

None.

RegistrationId

Gets or sets the registration id

integer

None.

VideoPlayerId

Gets or sets the video player id

integer

None.

NoteInterval

Gets or sets the note interval

integer

None.

NoteIntervalDuration

Gets or sets the note interval durations

string

None.

VideoSourceId

Gets or sets the video sourece id

integer

None.

VideoSourceTable

Gets or sets the sourece table name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VideoNoteId": 1,
    "Comments": "sample string 2",
    "VideoId": "sample string 3",
    "RegistrationId": 4,
    "VideoPlayerId": 5,
    "NoteInterval": 6,
    "NoteIntervalDuration": "sample string 7",
    "VideoSourceId": 8,
    "VideoSourceTable": "sample string 9"
  },
  {
    "VideoNoteId": 1,
    "Comments": "sample string 2",
    "VideoId": "sample string 3",
    "RegistrationId": 4,
    "VideoPlayerId": 5,
    "NoteInterval": 6,
    "NoteIntervalDuration": "sample string 7",
    "VideoSourceId": 8,
    "VideoSourceTable": "sample string 9"
  }
]