For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/towers//hierarchy' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"project": "4fa85f64-5717-4562-b3fc-2c963f66afa7",
"name": "Tower A",
"sequenceNo": 1,
"totalFloors": 15,
"namingSeries": "A",
"floors": [
{
"id": "6fa85f64-5717-4562-b3fc-2c963f66afa9",
"floorNumber": 1,
"units": [
{
"id": "7fa85f64-5717-4562-b3fc-2c963f66afb0",
"unitNumber": "101",
"unitType": "TWO_BHK",
"status": "AVAILABLE"
}
]
}
]
}