{{baseUrl}}/tassonomie/:tassonomia
GET {{baseUrl}}/tassonomie/:tassonomia
This method shows you the specific type of taxonomie
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"categoryType": [
{
"categoryType": "Residenziale",
"categoryTypeID": 1
},
{
"categoryType": "Commerciale",
"categoryTypeID": 2
},
{
"categoryType": "Terreni",
"categoryTypeID": 3
},
{
"categoryType": "Altro",
"categoryTypeID": 4
}
]
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS