Created
July 6, 2015 11:18
-
-
Save alnutile/eef6ed41cd9cda71421d to your computer and use it in GitHub Desktop.
Maintainer View: User Interface to manage reviewers
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
{ | |
"data": | |
{ | |
"countries": [ { "id": "foo", "name": "bar" }, { "id": "foo", "name": "bar" } ], | |
"products": [ { "id": "foo", "name": "bar" }, { "id": "foo", "name": "bar" } ], | |
"review_type": [ { "id": "foo", "name": "bar" }, { "id": "foo", "name": "bar" } ], | |
"doc_type": [ { "id": "foo", "name": "bar" }, { "id": "foo", "name": "bar" } ], | |
"sub_type": [ { "id": "foo", "name": "bar" }, { "id": "foo", "name": "bar" } ], | |
"classifications": [ { "id": "foo", "name": "bar" }, { "id": "foo", "name": "bar" } ], | |
"audience": [ { "id": "foo", "name": "bar" }, { "id": "foo", "name": "bar" } ], | |
"roles": [ { "id": "foo", "name": "bar" }, { "id": "foo", "name": "bar" } ], | |
"reviewer_uams": [ | |
{ | |
"id": "foo", | |
"reviewer": { "id": "foo-bar", "name": "reviewer-foo" }, | |
"country": { "id": "foo-bar", "name": "country-foo" }, | |
"bu": "foo", | |
"roles": | |
[ | |
{ "id": "foo", "name": "bar" }, | |
{ "id": "foo", "name": "bar" }, | |
] | |
}, | |
{ | |
"id": "foo2", | |
"reviewer": { "id": "foo-bar", "name": "reviewer-foo" }, | |
"country": { "id": "foo-bar", "name": "country-foo" } | |
"bu": "foo", | |
"roles": | |
[ | |
{ "id": "foo", "name": "bar" }, | |
{ "id": "foo", "name": "bar" }, | |
] | |
}, | |
] | |
} | |
"message": "Success getting resources", | |
"pagination": | |
{ | |
"total": 420, | |
"per_page": 100, | |
"current_page": 4, | |
"last_page": 4, | |
"next_page_url": null, | |
"prev_page_url": "/api/v1/resource?query_string_from_previous", | |
"from": 1, | |
"to": 4 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment