{{baseUrl}}/immobili
GET {{baseUrl}}/immobili
This method shows you the list of all property types
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"id": "20",
"label": "Abitazioni in stabili civili"
},
{
"id": "19",
"label": "Abitazioni in stabili signorili"
},
{
"id": "21",
"label": "Abitazioni in stabili economici"
},
{
"id": "1",
"label": "Ville e Villini"
},
{
"id": "6",
"label": "Uffici"
},
{
"id": "5",
"label": "Negozi"
}
],
"success": true,
"message": "",
"error": null
} |
ENDPOINTS