For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/handover/analytics/handover-status?projectId&stage&page=&size=&sort=' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"content": [
{
"caseId": "11111111-1111-1111-1111-111111111111",
"buyerName": "Anand Krishnan",
"unitNumber": "4BHK-F12",
"outstandingBalance": 0,
"possessionDate": "2024-11-20",
"openSnags": 0,
"currentStage": "PHYSICAL_POSSESSION_KEY_HANDOVER",
"status": "POSSESSION_COMPLETED",
"stageBadge": "Keys Handed"
}
],
"totalElements": 148,
"totalPages": 8,
"size": 20,
"number": 0
}