Skip to content

Instantly share code, notes, and snippets.

@ElaineYu
Last active August 29, 2015 14:03
Show Gist options
  • Save ElaineYu/23434790a75ebe97a6d0 to your computer and use it in GitHub Desktop.
Save ElaineYu/23434790a75ebe97a6d0 to your computer and use it in GitHub Desktop.
wrap organizations
{
"id": 1,
"name": "Beatles & Co.",
"users": [
{
"id": 2,
"organization_id": 1,
"email": "john_lennon@monsoonco.com",
"wraps": [
]
},
{
"id": 3,
"organization_id": 1,
"email": "paul_mccartney@monsoonco.com",
"wraps": [
]
},
{
"id": 4,
"organization_id": 1,
"email": "george_harrison@monsoonco.com",
"wraps": [
]
},
{
"id": 5,
"organization_id": 1,
"email": "ringo_starr@monsoonco.com",
"wraps": [
]
},
{
"id": 1,
"organization_id": 1,
"email": "admin@monsoonco.com",
"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