object
ContactFilter
A closed match-all filter shared by ad hoc searches and saved segments. The searchText condition is temporary and is rejected when a filter is persisted as a segment.
Properties
- Name
match- Type
- enum
- Description
- Required property. Allowed values: all.
- Name
conditions- Type
- array<ContactCondition>
- Description
- Required property.
Related operations
- Search contactsPOST /contacts/search
- List saved contact segmentsGET /segments
- Create a saved contact segmentPOST /segments
- Get a saved contact segmentGET /segments/{segmentId}
- Update a saved contact segmentPATCH /segments/{segmentId}
- Search contacts matching a saved segmentPOST /segments/{segmentId}/contacts/search