POST api/{version}/VideoHub/GetVzaarVideoData?VideoId={VideoId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
VzaarVideo| Name | Description | Type | Additional information |
|---|---|---|---|
| EnableVzaarPlayer | boolean |
None. |
|
| VzaarVideoUrl | string |
None. |
|
| VzaarVideoId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"EnableVzaarPlayer": true,
"VzaarVideoUrl": "sample string 2",
"VzaarVideoId": "sample string 3"
}