Created
May 20, 2015 19:19
-
-
Save danlopez/48ebcc408e2663aca673 to your computer and use it in GitHub Desktop.
GET ReviewAssignments for a given context
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
// GET [api]org/:org_id/review_assignments/:context_id?context=meet&context_id=5321a678374c100b81000013 | |
{ | |
"review_assignment_contexts": | |
[ | |
{ | |
"id": "5321a678374c100b81000013", | |
"user_assigned": { | |
// User Serializer | |
}, | |
"user": { | |
// User Serializer | |
}, | |
"organization": { | |
//Org Serializer | |
}, | |
"user_group":{ | |
//Group Serializer | |
}, | |
"mini_meet": { | |
// Meet Serializer | |
} | |
}, | |
{ | |
{ | |
"id": "5321a678374c100b81000013", | |
"user_assigned": { | |
// User Serializer | |
}, | |
"user": { | |
// User Serializer | |
}, | |
"organization": { | |
//Org Serializer | |
}, | |
"user_group":{ | |
//Group Serializer | |
}, | |
"mini_meet": { | |
// Meet Serializer | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment