Retorna uno o más listados de calles.
Permite realizar varias búsquedas sobre el listado de vías de circulación en simultáneo.
Request body
Example request
{
"calles": [
{
"categoria": "avenida",
"provincia": "Santa Fe",
"departamento": "Rosario",
"localidad_censal": "Granadero Baigorria",
"aplanar": true,
"campos": "estandar",
"max": 10,
"inicio": 10,
"exacto": true
}
]
}Response
Listados de calles.
Example response
{
"resultados": [
{
"cantidad": 10,
"total": 151500,
"parametros": {},
"calles": [
{
"altura": {
"fin": {
"derecha": 599,
"izquierda": 598
}
},
"id": "8208416001280",
"nombre": "URQUIZA",
"nomenclatura": "URQUIZA, Rosario, Santa Fe",
"provincia": {
"id": "82",
"nombre": "Santa Fe"
},
"departamento": {
"id": "82084",
"nombre": "Rosario"
},
"localidad_censal": {
"id": "82084160",
"nombre": "Granadero Baigorria"
},
"categoria": "CALLE"
}
]
}
]
}Changes
Changed in 5 of the 23 revisions of this API.77
- ○
added the optional property
resultados/items/calles/items/localidad_censalto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
resultados/items/parametrosto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional request property
calles/items/localidad_censalnew-optional-request-property
- ○
- ●
removed the request property
calles/items/tiporequest-property-removed
- ●
removed the optional property
resultados/items/calles/items/tipofrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
calles/items/categorianew-optional-request-property
- ○
added the optional property
resultados/items/calles/items/categoriato the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the request property
calles/items/categoriarequest-property-removed
- ●
removed the request property
calles/items/localidad_censalrequest-property-removed
- ●
removed the optional property
resultados/items/calles/items/categoriafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
resultados/items/calles/items/localidad_censalfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
resultados/items/parametrosfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
calles/items/tiponew-optional-request-property
- ○
added the optional property
resultados/items/calles/items/tipoto the response with the200statusresponse-optional-property-added
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●