For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/projects/summary' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'[
{
"id": "d7274f2b-0d0e-4e71-9569-59064a604a04",
"name": "Crystal Palace",
"towerCount": 1,
"unitCount": 30,
"floorCount": 10,
"towers": [
{
"id": "302c4914-bc70-4ae9-8b7b-302b9c0dbdbd",
"name": "TOWER A",
"floorCount": 10,
"unitCount": 30,
"unitsPerFloor": [
{
"floorId": "6ae4e443-0329-4e64-b3be-19cdb87a1736",
"floorNumber": 1,
"floorName": null,
"unitCount": 3
},
{
"floorId": "06112614-640d-4d6d-b113-eae2eab17bce",
"floorNumber": 2,
"floorName": null,
"unitCount": 3
},......
]
}
]
},............]
