Skip to content

Instantly share code, notes, and snippets.

@joel-extremo
Created June 12, 2018 11:20
Show Gist options
  • Save joel-extremo/f09ea478dfdc5b74b0aec6c2c84faf1b to your computer and use it in GitHub Desktop.
Save joel-extremo/f09ea478dfdc5b74b0aec6c2c84faf1b to your computer and use it in GitHub Desktop.
get flows
{
"current_page": 1,
"data": [
{
"id": 15,
"name": "flow test name",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
},
{
"id": 14,
"name": "flow test name",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
},
{
"id": 13,
"name": "flow test name",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
},
{
"id": 12,
"name": "flow test name",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
},
{
"id": 11,
"name": "flow test name",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
}
],
"first_page_url": "http://cpacash.test/api/v1/flows?page=1",
"from": 1,
"last_page": 3,
"last_page_url": "http://cpacash.test/api/v1/flows?page=3",
"next_page_url": "http://cpacash.test/api/v1/flows?page=2",
"path": "http://cpacash.test/api/v1/flows",
"per_page": 5,
"prev_page_url": null,
"to": 5,
"total": 15
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment