Last active
August 29, 2015 14:03
-
-
Save ElaineYu/23434790a75ebe97a6d0 to your computer and use it in GitHub Desktop.
wrap organizations
This file contains 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
{ | |
"id": 1, | |
"name": "Beatles & Co.", | |
"users": [ | |
{ | |
"id": 2, | |
"organization_id": 1, | |
"email": "[email protected]", | |
"wraps": [ | |
] | |
}, | |
{ | |
"id": 3, | |
"organization_id": 1, | |
"email": "[email protected]", | |
"wraps": [ | |
] | |
}, | |
{ | |
"id": 4, | |
"organization_id": 1, | |
"email": "[email protected]", | |
"wraps": [ | |
] | |
}, | |
{ | |
"id": 5, | |
"organization_id": 1, | |
"email": "[email protected]", | |
"wraps": [ | |
] | |
}, | |
{ | |
"id": 1, | |
"organization_id": 1, | |
"email": "[email protected]", | |
"wraps": [ | |
{ | |
"id": 1, | |
"category_id": 1, | |
"owner_id": 1, | |
"collection_id": 1, | |
"name": "Armadillos", | |
"static_link": "http://wrap.com/0", | |
"cover": "http://www.wildlifehotline.com/wp-content/uploads/2012/02/arm11.jpg", | |
"publish_date": "2014-07-09 04:28:50 UTC", | |
"expiration_date": "2014-07-09 04:28:50 UTC" | |
}, | |
{ | |
"id": 2, | |
"category_id": 2, | |
"owner_id": 1, | |
"collection_id": 1, | |
"name": "Foxes", | |
"static_link": "http://wrap.com/1", | |
"cover": "http://www.wildlifehotline.com/wp-content/uploads/2011/11/large_fawn_and_fox_kiss_68271-300x199.jpg", | |
"publish_date": "2014-07-09 04:28:50 UTC", | |
"expiration_date": "2014-07-09 04:28:50 UTC" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment