Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.provident.ae/v2/apps/bitrix/crm/deal/summary \ --header 'Authorization: Bearer <token>'
200
deals-summary-response
{ "last_update_date": "23/09/25", "entries": [ { "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.
Bearer <token>
<token>
Deals summary grouped by assigned user with developer breakdowns
"23/09/25"
Show child attributes