Search contactsAsk AIget https://api.revioapi.com/v1/ContactsSearch for one or more contacts.Query Paramssearch.contact_idarray of int32sQuery by contact identifier.search.contact_idADD int32search.customer_idarray of int32sQuery by account identifier.search.customer_idADD int32search.contact_type_idarray of int32sQuery by type identifier.search.contact_type_idADD int32search.namearray of stringsQuery by all or part of name.search.nameADD stringsearch.emailarray of stringsQuery by all or part of email addresss.search.emailADD stringsearch.mobilearray of stringsQuery by all or part of mobile/cellular phone number.search.mobileADD stringsearch.companyarray of stringsQuery by all or part of company name.search.companyADD stringsearch.titlearray of stringsQuery by all or part of title.search.titleADD stringsearch.phonearray of stringsQuery by all or part of the phone number.search.phoneADD stringsearch.faxarray of stringsQuery by all or part of the fax number.search.faxADD stringsearch.created_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return only entries created after this date.search.created_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return only entries created before this date.search.page_sizeint32Format - int32. Defines how many items to return at a time.search.pageint32Format - int32. Specifies which page to display (i.e. 3rd page of 50 items out of 1000 items)search.sortstringSpecifies the model member you wish to sort by. Defaults to Ascending order, add a "-" sign to the beginning to indicate Descending order.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 500InternalServerErrorUpdated 7 months ago