Contacts
Contacts Documentation
Contact [LIST]
Contact [LIST]
Request
Endpoint
Body
Parameters
Sorts
name
Type Unknown
Description sort by contact name
Required No
Filters
organization_id
Type ID string
Description filter where contact's account list has a designation account belonging to an organization; Accepts IDs separated by comma
Required No
status
Type string
Description Filter by Status; Accepts multiple parameters, with values 'active', 'hidden', 'null', 'Never Contacted', 'Ask in Future', 'Cultivate Relationship', 'Contact for Appointment', 'Appointment Scheduled', 'Call for Decision', 'Partner - Financial', 'Partner - Special', 'Partner - Pray', 'Not Interested', 'Unresponsive', 'Never Ask', 'Research Abandoned', and 'Expired Referral'
Required No
wildcard_search
Type string
Description filter where contact matches the wildcard_search on a variety of fields
Required No
Response
Headers
Body
Fields
data
Type
[Contact]
Description An array of contacts
Contact [GET]
Contact [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
allow_deletion
Type
boolean
Description can the contact be deleted or only anonymized
created_at
Type
date
Description The timestamp of when this resource was created
name
Type
string
Description name of the contact
square_avatar
Type
string
Description A url for the Contact's avatar - but in a square format
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
account_list.data
Type
AccountList
Description the account_list that this contact belongs to
addresses.data
Type
["Address"]
Description collection of addresses
people.data
Type
["Person"]
Description collection of people
Contact [DELETE]
Contact [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Last updated