Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mosufy/9856129605d3f9254103 to your computer and use it in GitHub Desktop.
Save mosufy/9856129605d3f9254103 to your computer and use it in GitHub Desktop.
VBC API Fetch all submissions with only latest media response
{
"total": 2,
"size": 20,
"requests": [
{
"id": "b543c4e5df3c7c209",
"uid": "34212",
"status": "WAITING",
"site": {
"name": "yourdomain.com",
"logo": "http://assets.yourdomain.com/logo.png"
},
"reuploadToken": "43hu9w834triIOQ04IwieowPXVbf",
"caption": "The quick brown fox jumps over the lazy dog. ",
"upload": {
"hash": "BLARGHHASH",
"name": "small.mp4",
"url": "https://vbc-in-sg.s3-ap-southeast-1.amazonaws.com/original/Pzl139Ge3xO7.small.mp4",
"requestId": 432349933,
"status": "COMPLETED",
"size": 361833,
"input": [],
"outputs": [],
"thumbnails": [],
"created": "July 4, 2014 10:22:39"
}
},
{
"id": "b54335drhf3c7c209",
"uid": "6332241",
"status": "VERIFIED",
"site": {
"name": "yourotherdomain.com",
"logo": "http://assets.yourotherdomain.com.com/logo.png"
},
"reuploadToken": "43hu9w834triIOQ04IwieowPXVbf",
"caption": "WHADDUP WHADDUP WHADDUP WHADDUP WHAAAADUUUUPPPP",
"upload": {
"hash": "BLARGHHASH",
"name": "small.mp4",
"url": "https://vbc-in-sg.s3-ap-southeast-1.amazonaws.com/original/Pzl139Ge3xO7.small.mp4",
"requestId": 432349933,
"status": "COMPLETED",
"size": 361833,
"input": [],
"outputs": [],
"thumbnails": [],
"created": "July 4, 2014 10:22:39"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment