Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Get Video Details

Retrieves video details and metadata of a specific video corresponding to a provided GUID.

GET
/api/v2/videos/{videoId}/details

Path Parameters

Parameter Type Validations
videoId string, required ID of the video to retrieve details/metadata

Request Body

REQUEST: Get Video Details

curl -X POST https://myRevURL.portal.vbrick.com/api/v2/videos/a44e2dd3-cf05-48f5-8e6c-ed3f6b00f890/details
-H 'Authorization: VBrick e0LoDDh9VIZaJCXUXib3NUPRnqBetqScyDFG2ccXK1DBt7q_nZAWFCY24EmZo4I_VoTA44mfwBf5kO-fa70wpUwUeqGTSqC5CAmDlEIruPMtpciLmpG6x7lrpDECXKgVpGPnEDwVxgSOj4sn4LDTdg2'
-H 'Cache-Control: no-cache'
-H 'Postman-Token: 08338d3c-e7e0-40df-905b-990894e336a7'

Response Body

successful response

{
"id": "string",
"title": "string",
"description": "string",
"thumbnailKey": "string",
"thumbnailUrl": "string",
"linkedUrl": {
"Url": "string",
"EncodingType": "string",
"Type": "string",
"IsMulticast": true
},
"categories": [
"string"
],
"tags": [
"string"
],
"isActive": true,
"approvalStatus": "string",
"enableRatings": true,
"enableDownloads": true,
"enableComments": true,
"videoAccessControl": "string",
"password": "string",
"status": "string",
"canEdit": true,
"accessControlEntities": [
{
"id": "string",
"name": "string",
"type": "string",
"canEdit": true
}
],
"customFields": [
{
"id": "string",
"name": "string",
"value": "string",
"required": true,
"displayedToUsers": true,
"fieldType": "string"
}
],
"expirationDate": "2020-09-29",
"expirationAction": "string",
"uploadedBy": "string",
"whenUploaded": "string",
"lastViewed": "string",
"htmlDescription": "string",
"publishDate": "2020-09-29",
"categoryPaths": [
{
"categoryId": "string",
"name": "string",
"fullPath": "string"
}
],
"sourceType": "string",
"is360": true,
"unlisted": true,
"totalViews": 0,
"isProcessing": true,
"userTags": [
{
"userId": "string",
"displayName": "string"
}
]
}

Unauthorized error

Internal server error