not) plus the same fragment with all exclusions removed are countedpeopleCountsByFilters round trip - no candidate id set is ever materialized.{
"filter": {
"groups": [
{
"conditions": [
{
"field": "company",
"operator": "eq",
"value": "cobra"
}
]
}
]
},
"filterGraphQL": "where: { lists: { some: { listId: { eq: \"11111111-1111-4111-8111-111111111111\" } } } }",
"filterType": "Manual"
}curl --location 'https://api.cobra.de/v1/crm/lists/people/filters/preview' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Accept-Language: de-DE' \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"groups": [
{
"conditions": [
{
"field": "company",
"operator": "eq",
"value": "cobra"
}
]
}
]
},
"filterGraphQL": "where: { lists: { some: { listId: { eq: \"11111111-1111-4111-8111-111111111111\" } } } }",
"filterType": "Manual"
}'{
"data": {
"hitCount": 0,
"removedByExclusionCount": 0,
"exampleNames": [
{
"id": "665f1c2a9b3e4d5a6f7b8ca2",
"salutation": "Herr",
"title": "Dr.",
"firstname": "Max",
"lastname": "Mustermann"
}
]
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22.123Z"
},
"statusCode": 0
}