Skip to content

Instantly share code, notes, and snippets.

@kennyhorna
Created April 8, 2020 21:33
Show Gist options
  • Save kennyhorna/6475a854b3eb4995d894d9a796df00c5 to your computer and use it in GitHub Desktop.
Save kennyhorna/6475a854b3eb4995d894d9a796df00c5 to your computer and use it in GitHub Desktop.
Listado de usuarios
{
"state": 1,
"msg": "All user records.",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"name": "Kristin Goodwin",
"last_name": "Muller",
"email": "elubowitz@example.com",
"doc_type": 2,
"doc_number": "03198056",
"token": null,
"created_at": "2020-04-08 16:07:22",
"updated_at": "2020-04-08 16:07:22",
"deleted_at": null,
"flagactive": 0,
"uuid": "VALUE-TO-DELETE"
},
{
"id": 2,
"name": "Shyann Marquardt",
"last_name": "Dach",
"email": "rachael.johnston@example.net",
"doc_type": 2,
"doc_number": "43691982",
"token": null,
"created_at": "2020-04-08 16:07:22",
"updated_at": "2020-04-08 16:07:22",
"deleted_at": null,
"flagactive": 1,
"uuid": "VALUE-TO-DELETE"
},
{
"id": 3,
"name": "Justine Wiza",
"last_name": "Murazik",
"email": "brett.hudson@example.org",
"doc_type": 0,
"doc_number": "97236555",
"token": null,
"created_at": "2020-04-08 16:07:22",
"updated_at": "2020-04-08 16:07:22",
"deleted_at": null,
"flagactive": 0,
"uuid": "VALUE-TO-DELETE"
},
{
"id": 4,
"name": "Eva Walsh",
"last_name": "Heidenreich",
"email": "alangworth@example.com",
"doc_type": 0,
"doc_number": "71058615",
"token": null,
"created_at": "2020-04-08 16:07:22",
"updated_at": "2020-04-08 16:07:22",
"deleted_at": null,
"flagactive": 0,
"uuid": "VALUE-TO-DELETE"
},
{
"id": 5,
"name": "Louvenia Hamill Sr.",
"last_name": "Lowe",
"email": "dorthy17@example.com",
"doc_type": 0,
"doc_number": "67843510",
"token": null,
"created_at": "2020-04-08 16:07:22",
"updated_at": "2020-04-08 16:07:22",
"deleted_at": null,
"flagactive": 0,
"uuid": "VALUE-TO-DELETE"
},
{
"id": 6,
"name": "Mrs. Sally Waters",
"last_name": "Shields",
"email": "giovanni.torphy@example.net",
"doc_type": 1,
"doc_number": "46183254950",
"token": null,
"created_at": "2020-04-08 16:07:22",
"updated_at": "2020-04-08 16:07:22",
"deleted_at": null,
"flagactive": 1,
"uuid": "VALUE-TO-DELETE"
},
{
"id": 7,
"name": "Laverne Morar",
"last_name": "Padberg",
"email": "roger.fisher@example.net",
"doc_type": 2,
"doc_number": "19998359",
"token": null,
"created_at": "2020-04-08 16:07:22",
"updated_at": "2020-04-08 16:07:22",
"deleted_at": null,
"flagactive": 0,
"uuid": "VALUE-TO-DELETE"
},
{
"id": 8,
"name": "Lazaro Parisian",
"last_name": "Schowalter",
"email": "cummings.tyson@example.org",
"doc_type": 1,
"doc_number": "45650816115",
"token": null,
"created_at": "2020-04-08 16:07:22",
"updated_at": "2020-04-08 16:07:22",
"deleted_at": null,
"flagactive": 1,
"uuid": "VALUE-TO-DELETE"
},
{
"id": 9,
"name": "Casper Marvin",
"last_name": "Runte",
"email": "pspencer@example.net",
"doc_type": 0,
"doc_number": "18704722",
"token": null,
"created_at": "2020-04-08 16:07:22",
"updated_at": "2020-04-08 16:07:22",
"deleted_at": null,
"flagactive": 1,
"uuid": "VALUE-TO-DELETE"
},
{
"id": 10,
"name": "Earnest Ritchie",
"last_name": "Konopelski",
"email": "adams.mara@example.com",
"doc_type": 2,
"doc_number": "35185634",
"token": null,
"created_at": "2020-04-08 16:07:22",
"updated_at": "2020-04-08 16:07:22",
"deleted_at": null,
"flagactive": 1,
"uuid": "VALUE-TO-DELETE"
}
],
"first_page_url": "http://pardos-callcenter.test/api/v1/admin/users?page=1",
"from": 1,
"last_page": 4,
"last_page_url": "http://pardos-callcenter.test/api/v1/admin/users?page=4",
"next_page_url": "http://pardos-callcenter.test/api/v1/admin/users?page=2",
"path": "http://pardos-callcenter.test/api/v1/admin/users",
"per_page": 10,
"prev_page_url": null,
"to": 10,
"total": 40
},
"data_error": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment