Get a feed by UUID
| Code | Description |
|---|---|
| 400 | Bad Request: body has wrong syntax or unable to handle request |
| 401 | Unauthorized: auth_token omitted or authentication failed |
| 403 | Forbidden: This action cannot be performed |
| 404 | Not Found: The requested resource could not be found |
| 406 | Not Acceptable: Accept or Content-Type headers must be application/json, text/csv or application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
REQUEST
Accept: application/json
RESPONSE
{
"description": "A great video podcast.",
"id": 17531,
"language": "en",
"link": "http://vidyard.com",
"name": "A Fabulous Feed",
"organization_id": 103212,
"uuid": "cmm_yEXTsFTFYbkiw-QMKg",
"rss_url": "http://play.vidyard.com/feeds/cmm_yEXTsFTFYbkiw-QMKg.rss",
"created_at": 1413488177,
"updated_at": 1414680981,
"itunes_settings": {
"author": "V-Bot",
"explicit": false,
"serial_order": false,
"album_art_url": "http://example.com/image.jpg",
"category": {
"name": "Business",
"subcategory": {
"name": "Careers"
}
}
},
"items": [
{
"title": "A Great Video",
"description": "Great things happen.",
"link": "http://embed.vidyard.com/share/SLaTZwvsmrmMW5yiJDKSCA?chapter=1",
"guid": "SLaTZwvsmrmMW5yiJDKSCA-1-L4pfiiGBXoMawk5Hk0kPag",
"enclosure": {
"url": "http://cdn.vidyard.com/videos/O_ApHKf1dSFl4AaABgvx7g/hd.mp4",
"length": 18750765,
"type": "video/mp4"
},
"seconds": 57,
"ready": true,
"thumbnail": "http://cdn.vidyard.com/thumbnails/HgWm82bT56zU0J-hMmUfDg.jpg",
"keywords": ["video", "great"],
"updated_at": 1449521343
}
]
}
| Param name | Description |
|---|---|
|
auth_token optional |
API token needed to authorize requests Validations:
|
|
uuid required |
Validations:
|