Skip to content

Instantly share code, notes, and snippets.

@dsvictor94
Created November 23, 2016 22:35
Show Gist options
  • Save dsvictor94/5d438e797fe1c5dde7d423ceef3bdd4d to your computer and use it in GitHub Desktop.
Save dsvictor94/5d438e797fe1c5dde7d423ceef3bdd4d to your computer and use it in GitHub Desktop.
http://localhost:8000/api/v1/establishments/mine/requests
{
"meta": {
"total": 2,
"count": 2,
"offset": 0
},
"data": [
{
"request_at": "2016-11-23T04:01:06.584338",
"id": 2,
"response_at": null,
"location": 1,
"kind": "1",
"user": null,
"message": null
},
{
"request_at": "2016-11-23T03:59:15.727740",
"id": 1,
"response_at": "2016-11-23T04:25:13.157838",
"location": 1,
"kind": "1",
"user": 27,
"message": null
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment