Skip to content

Instantly share code, notes, and snippets.

@jpotts18
Last active August 29, 2015 14:02
Show Gist options
  • Save jpotts18/16550b93a8b139f3bba3 to your computer and use it in GitHub Desktop.
Save jpotts18/16550b93a8b139f3bba3 to your computer and use it in GitHub Desktop.
{
"count": 11,
"next": "http://localhost:8000/v1/companies?page=3",
"previous": "http://localhost:8000/v1/companies?page=1",
"results": [
{
"id": 3,
"name": "Alpha Company",
"img": "",
"address_1": "107 E Techno Ave",
"address_2": "Building B #2032",
"zipcode": "84604",
"city": "Orem",
"state": "UT",
"phone": "8322570454",
"created_at": "2014-06-20T18:42:31Z",
"updated_at": "2014-06-20T18:42:31Z",
"user": {
"id": 1,
"email": "[email protected]",
"first_name": "Jeff",
"last_name": "Potter",
"bio": null,
"img": "https://s3.amazonaws.com/uifaces/faces/twitter/jpotts18/128.jpg",
"phone": ""
},
"company_admins": []
},
{
"id": 4,
"name": "Alpha Company 2",
"img": "",
"address_1": "107 E Techno Ave",
"address_2": "Building B #2032",
"zipcode": "84604",
"city": "Orem",
"state": "UT",
"phone": "8322570454",
"created_at": "2014-06-20T19:51:36Z",
"updated_at": "2014-06-20T19:51:36Z",
"user": {
"id": 1,
"email": "[email protected]",
"first_name": "Jeff",
"last_name": "Potter",
"bio": null,
"img": "https://s3.amazonaws.com/uifaces/faces/twitter/jpotts18/128.jpg",
"phone": ""
},
"company_admins": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment