Taxonomies Location Omi
Information about the homogeneous market area of OMI
Example Request
curl -X GET --location 'https://sandbox-comparables.realitycs.it/taxonomies/location/omi?municipalityID=1001' \
--header 'Authorization: Bearer <token>'
Response
{
"items":[{
"omiZoneID": "A074R1",
"omiZone": "AGLIE - Zona OMI R1, Zona rurale e frazioni sparse str.com Aglie Cigliano",
"codeZone": "R"
},
{
"omiZoneID": "A074D1",
"omiZone": "AGLIE - Zona OMI D1, Area Olivetti",
"codeZone": "D"
},
{
"omiZoneID": "A074C1",
"omiZone": "AGLIE - Zona OMI C1, Area cimiteriale, strada com.del naviglio, strada per Ivrea",
"codeZone": "C"
},
{
"omiZoneID": "A074B1",
"omiZone": "AGLIE - Zona OMI B1, Centro storico castello ducale",
"codeZone": "B"
}
],
"_metadata": {
"total_count": 4,
"query": {
"municipalityID": 1001
}
}
}
Request args
(At least one of the following args is mandatory in the input)
| arg | type |
|---|---|
| latitude | float |
| longitude | float |
| municipalityID | int |
| omiZoneID | str |