{{baseUrl}}/immobili/:id
GET {{baseUrl}}/immobili/:id
This method shows you the specific type of property
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"id": "20",
"label": "Abitazioni in stabili civili"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS