Skip to content

Instantly share code, notes, and snippets.

@taverasmisael
Forked from joel-extremo/get_flows.json
Last active September 24, 2018 20:55
Show Gist options
  • Save taverasmisael/d96e3b76cafa48da310564f13241c853 to your computer and use it in GitHub Desktop.
Save taverasmisael/d96e3b76cafa48da310564f13241c853 to your computer and use it in GitHub Desktop.
get flows
{
"current_page": 1,
"data": [
{
"id": 3,
"name": "Campaña Mexico II",
"vertical": {
"id": 2,
"name": "Adult"
},
"subvertical": {
"id": 4,
"name": "Date (not hot)"
}
},
{
"id": 14,
"name": "flow test name",
"vertical": {
"id": 3,
"name": "CPI"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
},
{
"id": 13,
"name": "Nombre del Flow 15",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
},
{
"id": 12,
"name": "Otro Flow diferente",
"vertical": {
"id": 1,
"name": "Adult"
},
"subvertical": {
"id": 5,
"name": "Hot"
}
},
{
"id": 11,
"name": "Nombre de la campana",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Gaming"
}
}
],
"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