Get Video Metadata
Gets the metadata for the specified video. See Get a List of Session Metadata.
Authorizations: Recordings - VIEW
Requests
GET /apis/assets/:assetId/metadata
Response
Success
{
"data": [
{
"name": "calypso:creator",
"field": [
{
"fieldType": "STRING",
"valueString": "haiadmin"
}
]
},
{
"name": "calypso:recorded_from_session",
"field": [
{
"fieldType": "STRING",
"valueString": "e4e7c695-5d07-4646-b849- ee79a11d92aa"
}
]
},
{
"name": "calypso:creatorDisplayName",
"field": [
{
"fieldType": "STRING",
"valueString": "haiadmin"
}
]
}
]
}
Error
HTTP Status Code | Payload | HTTP Status Code |
---|---|---|
|
| Specified video contains no metadata. |
|
| Video with UUID |