For support support@leadrat.com
curl --location --request GET '/handover?page&size&sort' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"content": [
{
"caseId": "11111111-1111-1111-1111-111111111111",
"bookingId": "22222222-2222-2222-2222-222222222222",
"buyerId": "33333333-3333-3333-3333-333333333333",
"buyerName": "Anand Krishnan",
"buyerPhone": "9876543210",
"buyerCountryCode": "+91",
"buyerEmail": "anand@example.com",
"buyerType": "RESIDENT",
"unitId": "44444444-4444-4444-4444-444444444444",
"unitNumber": "4BHK-F12",
"unitType": "4BHK",
"projectId": "55555555-5555-5555-5555-555555555555",
"projectName": "Sky Gardens",
"towerId": "66666666-6666-6666-6666-666666666666",
"towerName": "T3",
"totalPrice": 8500000,
"outstandingBalance": 0,
"possessionDate": "2024-11-20",
"formBIssued": true,
"stageChangedAt": "2024-11-01T10:00:00",
"currentStage": "PHYSICAL_POSSESSION_KEY_HANDOVER",
"stageLabel": "Physical Possession & Key Handover",
"status": "POSSESSION_COMPLETED",
"stageBadge": "Keys Handed",
"registrationStage": "REGISTERED",
"openSnagCount": 0,
"isNri": false,
"nriCountry": null
},
{
"caseId": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa",
"bookingId": "bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb",
"buyerId": "cccccccc-cccc-cccc-cccc-cccccccccccc",
"buyerName": "Suresh Patel",
"buyerPhone": "9845012345",
"buyerCountryCode": "+91",
"buyerEmail": "suresh@example.com",
"buyerType": "RESIDENT",
"unitId": "dddddddd-dddd-dddd-dddd-dddddddddddd",
"unitNumber": "3BHK-F9",
"unitType": "3BHK",
"projectId": "55555555-5555-5555-5555-555555555555",
"projectName": "Horizon",
"towerId": "eeeeeeee-eeee-eeee-eeee-eeeeeeeeeeee",
"towerName": "T2",
"totalPrice": 7200000,
"outstandingBalance": 977000,
"possessionDate": null,
"formBIssued": false,
"stageChangedAt": "2024-10-15T09:30:00",
"currentStage": "DUES_CLEARANCE_NDC",
"stageLabel": "Dues Clearance & NDC",
"status": "IN_PROGRESS",
"stageBadge": "Balance Due",
"registrationStage": "DOCUMENT_PREP",
"openSnagCount": 0,
"isNri": false,
"nriCountry": null
}
],
"totalElements": 148,
"totalPages": 8,
"size": 20,
"number": 0,
"first": true,
"last": false,
"empty": false
}