Last active
August 29, 2015 14:21
-
-
Save danlopez/43a20bb519ffc1d0e7c6 to your computer and use it in GitHub Desktop.
GET Reviewable Index
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
{ | |
"reviewables": [ | |
{ | |
"user": { | |
"id": "4e4c05b8e049bd2e83000007", | |
"first_name": "User", | |
"last_name": "Number 3" | |
}, | |
"mini_meet_id": "532895bd96ce8969e10001b1", | |
"submission_id": null, | |
"reviewers": [ | |
{ | |
"user": { | |
"id": "52d9409896ce89127700003f", | |
"first_name": "User", | |
"last_name": "Number 8051" | |
}, | |
"reviewer_assignment_id": "55672fbccb5b2a54aa000001" | |
} | |
] | |
}, | |
{ | |
"user": { | |
"id": "4f22fd5ae049bd0c7e000022", | |
"first_name": "User", | |
"last_name": "Number 646" | |
}, | |
"mini_meet_id": "532895bd96ce8969e10001b1", | |
"submission_id": null, | |
"reviewers": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Users above will use the SimpleUserSerializer format of
{"id":id, "first_name": "First", "last_name":"Last"}