{{baseUrl}}/ricerca
POST {{baseUrl}}/ricerca
Method that allows you to search for real estate ads through input values address
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": {
"count": 4,
"map": "https://dev.comparabili.openapi.it/map/40599uhkyemn0d6",
"ads": [
{
"id": "6e092a9b-969e-40d9-842a-d1baa1191fc5",
"address": "Via Aurelia",
"propertyType": "Appartamento"
},
{
"id": "bd9885ee-def4-4b56-92cb-6e12bebd3b41",
"address": "Via Aurelia",
"propertyType": "Appartamento"
},
{
"id": "a1e63e37-b13a-4558-834c-63f3c0c5f2ab",
"address": "Via Della Repubblica",
"propertyType": "Appartamento"
},
{
"id": "dc8d9d57-a9f3-4868-8ead-ca72309fdfb0",
"address": "Via San Bernardino",
"propertyType": "Appartamento"
}
]
},
"message": "",
"success": true,
"error": null
} |
ENDPOINTS