curl --location 'https://api.voxa.sa/v1/contacts/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"skipCount": 0,
"maxResultCount": 10,
"customPropertyFilters": [
{
"propertyDefinitionId": "3a1d7c79-903d-73b4-c400-1fe5df9828e5",
"operator": 1,
"value": "Lead"
}
]
}'{
"totalCount": 0,
"items": [
{
"workspaceId": "string",
"name": "string",
"phoneNumber": "string",
"contactType": 0,
"email": "string",
"company": "string",
"position": "string",
"customFields": {
"ww": null
},
"notes": [
{
"contactId": "string",
"text": "string",
"creatorName": "string",
"lastModificationTime": null,
"lastModifierId": null,
"creationTime": "string",
"creatorId": "string",
"id": "string"
}
],
"customProperties": [
{
"propertyDefinitionId": "string",
"propertyName": "string",
"propertyType": 0,
"textValue": null,
"numberValue": null,
"dateValue": null,
"selectValue": "string"
}
],
"lastModificationTime": "string",
"lastModifierId": "string",
"creationTime": "string",
"creatorId": "string",
"id": "string"
}
]
}