curl --request GET \
--url https://api.provident.ae/v2/apps/bitrix/crm/deal/summary/{id} \
--header 'Authorization: Bearer <token>'{
"last_update_date": "23/09/25",
"bitrix_id": 123,
"total_count": 45,
"total_monetary_value": 2500000.5,
"secondary_total_count": 20,
"secondary_total_monetary_value": 1200000,
"primary_total_count": 25,
"primary_total_monetary_value": 1300000.5,
"developers": [
{
"name": "DAMAC Properties",
"total_count": "15",
"total_developer_monetary_value": 750000.25
},
{
"name": "Emaar",
"total_count": "12",
"total_developer_monetary_value": 650000
},
{
"name": "Others",
"total_count": "18",
"total_developer_monetary_value": 1100000.25
}
],
"communities": [
{
"name": "Downtown Dubai",
"total_count": "8",
"total_community_monetary_value": 450000.5
},
{
"name": "Dubai Marina",
"total_count": "12",
"total_community_monetary_value": 650000
},
{
"name": "Others",
"total_count": "25",
"total_community_monetary_value": 1400000
}
]
}curl --request GET \
--url https://api.provident.ae/v2/apps/bitrix/crm/deal/summary/{id} \
--header 'Authorization: Bearer <token>'{
"last_update_date": "23/09/25",
"bitrix_id": 123,
"total_count": 45,
"total_monetary_value": 2500000.5,
"secondary_total_count": 20,
"secondary_total_monetary_value": 1200000,
"primary_total_count": 25,
"primary_total_monetary_value": 1300000.5,
"developers": [
{
"name": "DAMAC Properties",
"total_count": "15",
"total_developer_monetary_value": 750000.25
},
{
"name": "Emaar",
"total_count": "12",
"total_developer_monetary_value": 650000
},
{
"name": "Others",
"total_count": "18",
"total_developer_monetary_value": 1100000.25
}
],
"communities": [
{
"name": "Downtown Dubai",
"total_count": "8",
"total_community_monetary_value": 450000.5
},
{
"name": "Dubai Marina",
"total_count": "12",
"total_community_monetary_value": 650000
},
{
"name": "Others",
"total_count": "25",
"total_community_monetary_value": 1400000
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Deals summary for specific assigned user with developer breakdowns
"23/09/25"
123
45
2500000.5
20
1200000
25
1300000.5
Show child attributes
Show child attributes