POST api/{version}/Students/SaveStudentVideoWatchCountLog
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
StudentVideoWatchCountLog| Name | Description | Type | Additional 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:50:09.3442918-04:00",
"Reset": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
StudentVideoWatchCountLog| Name | Description | Type | Additional 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:50:09.3442918-04:00",
"Reset": true
}