POST api/{version}/VideoHub/UpdateVideoRefVideoServiceList
upload/Replace video update video ref id while syncing to video service in video hub, we are syncing into ims
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
Collection of integerRequest Formats
application/json, text/json
[ 1, 2 ]
text/xml
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Collection of VideoRefVideoService| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoRefVideoServiceID |
get or set about VideoRefVideoServiceID |
integer |
None. |
| VideoID |
get or set about VideoID |
integer |
None. |
| VideoServiceID |
get or set about VideoServiceID |
integer |
None. |
| VideoPlayerRefId |
both are same VideoPlayerRefId ServiceVideoRefId |
string |
None. |
| ServiceVideoRefId | string |
None. |
|
| VideoStatusID |
get or set about VideoStatusID |
integer |
None. |
| VideoServiceName |
get or set about VideoServiceName |
string |
None. |
| VideoHubStatus |
get or set about VideoHubStatus |
string |
None. |
| DynamicClass |
get or set about DynamicClass |
string |
None. |
| DynamicSymbolClass |
get or set about DynamicSymbolClass |
string |
None. |
| DynamicServerMessage |
get or set about DynamicServerMessage |
string |
None. |
| ShortCode | string |
None. |
|
| VideoUrl | string |
None. |
|
| VideoEmbedCode | string |
None. |
|
| CreatedOn |
GEt or set createdon |
date |
None. |
| CreatedBy |
get or set createdby |
string |
None. |
| VideoPlayerId |
get or set VideoPlayerId |
integer |
None. |
| SecurityToken | string |
None. |
|
| IsPublished | boolean |
None. |
|
| VideoStatusMessage |
Gets or sets the video status message that is given during publish/unpublish the videos from video hub |
string |
None. |
| HasAnyUnPublishedVideo |
Gets or sets whether is there is any unpublished video in the list |
boolean |
None. |
| UnPublishedVideoStatusMessage |
Gets or sets the message of unpublished video |
string |
None. |
| MaxVideoDuration | integer |
None. |
Response Formats
application/json, text/json
[
{
"VideoRefVideoServiceID": 1,
"VideoID": 2,
"VideoServiceID": 3,
"VideoPlayerRefId": "sample string 4",
"ServiceVideoRefId": "sample string 5",
"VideoStatusID": 6,
"VideoServiceName": "sample string 7",
"VideoHubStatus": "sample string 8",
"DynamicClass": "sample string 9",
"DynamicSymbolClass": "sample string 10",
"DynamicServerMessage": "sample string 11",
"ShortCode": "sample string 12",
"VideoUrl": "sample string 13",
"VideoEmbedCode": "sample string 14",
"CreatedOn": "2026-04-11T15:23:41.0006531-04:00",
"CreatedBy": "sample string 16",
"VideoPlayerId": 17,
"SecurityToken": "sample string 18",
"IsPublished": true,
"VideoStatusMessage": "sample string 20",
"HasAnyUnPublishedVideo": true,
"UnPublishedVideoStatusMessage": "sample string 22",
"MaxVideoDuration": 23
},
{
"VideoRefVideoServiceID": 1,
"VideoID": 2,
"VideoServiceID": 3,
"VideoPlayerRefId": "sample string 4",
"ServiceVideoRefId": "sample string 5",
"VideoStatusID": 6,
"VideoServiceName": "sample string 7",
"VideoHubStatus": "sample string 8",
"DynamicClass": "sample string 9",
"DynamicSymbolClass": "sample string 10",
"DynamicServerMessage": "sample string 11",
"ShortCode": "sample string 12",
"VideoUrl": "sample string 13",
"VideoEmbedCode": "sample string 14",
"CreatedOn": "2026-04-11T15:23:41.0006531-04:00",
"CreatedBy": "sample string 16",
"VideoPlayerId": 17,
"SecurityToken": "sample string 18",
"IsPublished": true,
"VideoStatusMessage": "sample string 20",
"HasAnyUnPublishedVideo": true,
"UnPublishedVideoStatusMessage": "sample string 22",
"MaxVideoDuration": 23
}
]