{}) to compute statistics across all contacts in the workspace. When provided, it accepts the same filter fields as Search Contacts: name, phoneNumber, customPropertyFilters, conversationAssigneeIds, includeUnassignedConversations.curl --location --globoff 'https://api.voxa.sa/v1/contact-property-definitions/{{id}}/statistics' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"conversationAssigneeIds": [
"USER_ID"
],
"includeUnassignedConversations": false
}'{
"propertyDefinitionId": "3a214c...............",
"propertyName": "workspace_stage",
"totalContacts": 20120,
"nullCount": 15625,
"optionCounts": [
{
"value": "Activation",
"color": "#84CC16",
"count": 344
},
{
"value": "ChurnedRisk",
"color": "#EC4899",
"count": 327
},
{
"value": "Activated",
"color": "#10B981",
"count": 416
},
{
"value": "Lead",
"color": "#F59E0B",
"count": 3408
}
]
}