Last active
August 29, 2015 13:57
-
-
Save jasonblanchard/9642428 to your computer and use it in GitHub Desktop.
GET [root-api-url]/org/:org_id/meets
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
{ | |
"meets": | |
[ | |
{ | |
"id": "5321a679374c100b81000019", | |
"created_at": "2014-01-07 19:54:28 +0000", | |
"name": "Assignment #1", | |
"description": "adf asdfasdfasdfasdf", | |
"summary": "ad asdf asdf asdf asdf asdf ......", | |
"status_description": "Submit Now", | |
"video": { | |
"mp4": "http://video.store.123.mp4", | |
"wemb": "http://video.store.123.webm" | |
}, | |
"organization": { | |
"id": "531f2f65374c100e5900001f", | |
"name": "Some Org" | |
}, | |
"group": { | |
"id": "531f2fa5374c100e59000020", | |
"name": "My group" | |
}, | |
"submission": { | |
"id": "5334529661577710be0000ae", | |
"video": { | |
"mp4": "http://test01.lawmeets.com.s3.amazonaws.com/5f/3419e0b5cd11e39afe655fa31414da/VID_20140116_091647.mp4", | |
"webm": "http://test01.lawmeets.com.s3.amazonaws.com/5f/10b360b5cd11e3984049fb6979122c/VID_20140116_091647.webm", | |
"transloadit_assembly_id": "5d1b9a95f0fe914983d350e50f19409e", | |
"transloadit_assembly_url": "http://api2.reynelle.transloadit.com/assemblies/5d1b9a95f0fe914983d350e50f19409e", | |
"status": 4 | |
} | |
} | |
}, | |
{ | |
"id": "5321a678374c100b81000013", | |
"created_at": "2014-01-07 19:54:28 +0000", | |
"name": "Assignment #2", | |
"description": "adf asdfasdfasdfasdf", | |
"summary": "ad asdf asdf asdf asdf asdf ......", | |
"status_description": "Opening Soon", | |
"video": { | |
"mp4": "http://video.store.456.mp4", | |
"wemb": "http://video.store.456.webm" | |
}, | |
"organization": { | |
"id": "531f2f65374c100e5900001f", | |
"name": "Some Org" | |
}, | |
"group": { | |
"id": "531f2fa5374c100e59000020", | |
"name": "My group" | |
}, | |
"submission": { | |
"id": "5334529661577710be0000ae", | |
"video": { | |
"mp4": "http://test01.lawmeets.com.s3.amazonaws.com/5f/3419e0b5cd11e39afe655fa31414da/VID_20140116_091647.mp4", | |
"webm": "http://test01.lawmeets.com.s3.amazonaws.com/5f/10b360b5cd11e3984049fb6979122c/VID_20140116_091647.webm", | |
"transloadit_assembly_id": "5d1b9a95f0fe914983d350e50f19409e", | |
"transloadit_assembly_url": "http://api2.reynelle.transloadit.com/assemblies/5d1b9a95f0fe914983d350e50f19409e", | |
"status": 4 | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scoped to user, org and "active meets"