POST api/Students/SaveStudentVideoWatchCountLog

Request Information

URI Parameters

None.

Body Parameters

StudentVideoWatchCountLog
NameDescriptionTypeAdditional information
VideoId

string

None.

RegistrationId

integer

None.

VideoPlayerId

integer

None.

VideoSourceId

integer

None.

VideoSourceTable

string

None.

StudentWatchCountLogId

integer

None.

Browser

string

None.

IpAddress

string

None.

ViewDateTime

date

None.

Reset

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "VideoId": "sample string 1",
  "RegistrationId": 2,
  "VideoPlayerId": 3,
  "VideoSourceId": 4,
  "VideoSourceTable": "sample string 5",
  "StudentWatchCountLogId": 6,
  "Browser": "sample string 7",
  "IpAddress": "sample string 8",
  "ViewDateTime": "2026-04-02T08:49:57.3334387-04:00",
  "Reset": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StudentVideoWatchCountLog'.

Response Information

Resource Description

StudentVideoWatchCountLog
NameDescriptionTypeAdditional information
VideoId

string

None.

RegistrationId

integer

None.

VideoPlayerId

integer

None.

VideoSourceId

integer

None.

VideoSourceTable

string

None.

StudentWatchCountLogId

integer

None.

Browser

string

None.

IpAddress

string

None.

ViewDateTime

date

None.

Reset

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "VideoId": "sample string 1",
  "RegistrationId": 2,
  "VideoPlayerId": 3,
  "VideoSourceId": 4,
  "VideoSourceTable": "sample string 5",
  "StudentWatchCountLogId": 6,
  "Browser": "sample string 7",
  "IpAddress": "sample string 8",
  "ViewDateTime": "2026-04-02T08:49:57.3490856-04:00",
  "Reset": true
}