For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/handover/analytics/dashboard' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"summary": {
"totalUnits": 0,
"ocVerified": 0,
"possessionOffered": 0,
"handoverCompleted": 0,
"pendingSnags": 0,
"nriBuyers": 0,
"blockedBalance": 0,
"totalReceivable": 0,
"stageBreakdown": {
"property1": 0,
"property2": 0
},
"projectBreakdown": {
"property1": 0,
"property2": 0
},
"registrationStageBreakdown": {
"property1": 0,
"property2": 0
},
"reraComplianceScore": 0
},
"nriSummary": {
"totalNriUnits": 0,
"femaCompliant": 0,
"pendingDocs": 0,
"videoPossessionDone": 0
},
"dlpWarranty": {
"openDlp": 0,
"resolvedDlp": 0,
"expiringSoon": 0,
"warrantyCertificateVerified": true,
"coverages": [
{
"label": "string",
"duration": "string",
"description": "string"
}
]
}
}