Created
March 10, 2015 03:44
-
-
Save mosufy/5c10d05d813d4a9ef2e8 to your computer and use it in GitHub Desktop.
VBC API Fetch all submissions with all media response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"total": 1, | |
"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.", | |
"uploads": [ | |
{ | |
"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" | |
}, | |
{ | |
"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