POST api/StudentCourseMaterial/AddVideoLog
Used to add book marks
Request Information
URI Parameters
None.
Body Parameters
Videolog| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoLogId |
Gets or set unique log id |
integer |
None. |
| VideoPlayerID |
Gets or sets the video player id |
integer |
None. |
| VideoID |
Gets or sets the video id |
string |
None. |
| RegistrationID |
Gets or sets the registrationid |
integer |
None. |
| RandomKey |
Gets or sets the random key |
string |
None. |
| IsExpired |
Gets or sets the expired value |
boolean |
None. |
| BookMarkInterval |
Gets or sets the interval between book mark |
integer |
None. |
| WatchCount |
Gets or sets the watch count of video |
integer |
None. |
| LastSeen |
Gets or sets the last seen time of video |
date |
None. |
| isCe_Registration |
Gets or sets the registration type |
boolean |
None. |
| SubjectID |
Gets or sets the subject Id |
integer |
None. |
| ProgressPercentage |
Gets or sets the progress percentage of video |
decimal number |
None. |
| IsCompleted |
Gets or sets the completed ststus of video |
boolean |
None. |
| CompletedOn |
Gets or sets the completed time |
date |
None. |
| VideoSourceId |
Gets or sets the video source id |
integer |
None. |
| VideoSourceTable |
gets or sets the video source table |
string |
None. |
| Comments |
Gets or sets the video comments |
string |
None. |
| Modifiedby |
Gets or sets the modified user id |
integer |
None. |
| Modifiedon |
Gets or sets the modified date time |
date |
None. |
| InsertWatchLogForMobile |
Gets or sets the log from mobile |
boolean |
None. |
Request Formats
application/json, text/json
{
"VideoLogId": 1,
"VideoPlayerID": 2,
"VideoID": "sample string 3",
"RegistrationID": 4,
"RandomKey": "sample string 5",
"IsExpired": true,
"BookMarkInterval": 7,
"WatchCount": 8,
"LastSeen": "2026-04-02T23:43:54.2651286-04:00",
"isCe_Registration": true,
"SubjectID": 11,
"ProgressPercentage": 12.1,
"IsCompleted": true,
"CompletedOn": "2026-04-02T23:43:54.2651286-04:00",
"VideoSourceId": 15,
"VideoSourceTable": "sample string 16",
"Comments": "sample string 17",
"Modifiedby": 18,
"Modifiedon": "2026-04-02T23:43:54.2651286-04:00",
"InsertWatchLogForMobile": true
}
application/x-www-form-urlencoded
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
true
text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>