Skip to content

Instantly share code, notes, and snippets.

@samtux
Created July 15, 2015 01:03
Show Gist options
  • Save samtux/bcf4783f450aa3ca905f to your computer and use it in GitHub Desktop.
Save samtux/bcf4783f450aa3ca905f to your computer and use it in GitHub Desktop.
Example respuesta JSON
{
"_items": [
{
"fecha": null,
"respuesta": "8475859",
"_links": {
"self": {
"href": "respuesta/1",
"title": "respuesta"
}
},
"tercero": {
"tel": "76xxxxxx",
"numter": "52271715-9",
"nombarrio": null,
"nomter": "CURTIEMBRE xxxxx",
"codlocalidad": null,
"fechafindilig": "Sun, 15 Jun 2003 00:00:00 GMT",
"codbarrio": null,
"nomlocalidad": null,
"coordy": 4.56xxxx,
"fechadilig": "Sun, 15 Jun 2003 00:00:00 GMT",
"_id": "52271715-9",
"numpreguntas": 896,
"dir": "Carrera xx A No. xx A - xx Sur",
"coordx": -74.13xxxx
},
"idrespuesta": 1,
"pregunta": {
"idpregunta": 80150,
"tipo": "C",
"idformulario": 1108,
"pregunta": "Matricula Mercantil",
"formulario": {
"nombreformulario": "Identificacion Terceros",
"idformulario": 1108,
"grupos": 540544,
"codigoformulario": "126PM04-PR82-F-A1",
"idgrupotrabajo": 540544,
"_id": 1108
},
"_id": 80150
},
"numter": "52271715-9",
"numero": 8475859,
"catalogo": "CUENCAS",
"fecfindilig": "Wed, 03 Jun 2015 19:26:32 GMT",
"_updated": "Thu, 01 Jan 1970 00:00:00 GMT",
"idpregunta": 80150,
"fecdilig": "Wed, 03 Jun 2015 19:22:41 GMT",
"nomter": "CURTIEMBRE xxxx",
"cadena": null,
"_created": "Thu, 01 Jan 1970 00:00:00 GMT",
"_id": 1,
"_etag": "0c6c2cd3def2e3af721f95087b371043d9c63429"
}
...
],
"_links": {
"self": {
"href": "respuesta",
"title": "respuesta"
},
"last": {
"href": "respuesta?page=1120",
"title": "last page"
},
"parent": {
"href": "/",
"title": "home"
},
"next": {
"href": "respuesta?page=2",
"title": "next page"
}
},
"_meta": {
"max_results": 25,
"total": 27992,
"page": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment