Created
June 12, 2018 11:20
-
-
Save joel-extremo/f09ea478dfdc5b74b0aec6c2c84faf1b to your computer and use it in GitHub Desktop.
get flows
This file contains hidden or 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
{ | |
"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