Interface: ContactSearchArguments
Defined in: type/ContactSearchArguments.ts:8
Input object for ContactSearchArguments
Properties
contactIds?
optionalcontactIds?:number[]
Defined in: type/ContactSearchArguments.ts:10
List of unique contact ids
createdAt?
optionalcreatedAt?:DateSearchInput
Defined in: type/ContactSearchArguments.ts:30
Search by date created
email?
optionalemail?:string
Defined in: type/ContactSearchArguments.ts:18
Contact's email
firstName?
optionalfirstName?:string
Defined in: type/ContactSearchArguments.ts:12
Contact's first name
gender?
optionalgender?:Gender
Defined in: type/ContactSearchArguments.ts:20
Contact's gender
lastModifiedAt?
optionallastModifiedAt?:DateSearchInput
Defined in: type/ContactSearchArguments.ts:28
Search by date modified
lastName?
optionallastName?:string
Defined in: type/ContactSearchArguments.ts:16
Contact's last name
middleName?
optionalmiddleName?:string
Defined in: type/ContactSearchArguments.ts:14
Contact's middle name
offset
offset:
number
Defined in: type/ContactSearchArguments.ts:24
offset input field
page
page:
number
Defined in: type/ContactSearchArguments.ts:22
page input field
sort?
optionalsort?:ContactSortInput[]
Defined in: type/ContactSearchArguments.ts:26
List of contact sort filters
term?
optionalterm?:string
Defined in: type/ContactSearchArguments.ts:33
Free-text search term matched as a case-insensitive substring across the contact's own fields. The id field matches by exact id (numeric terms only). Restrict the searched fields with termFields. Multi-word terms must all match (AND). Each token must be at least 3 characters, or a numeric id.
termFields?
optionaltermFields?:ContactTermField[]
Defined in: type/ContactSearchArguments.ts:35
Fields the term searches. Text fields match by case-insensitive substring; the ID field matches by exact id (numeric terms only). When omitted, contact text fields are searched.