GET /api/v2/organizations/contacts
Content-Type: application/vnd.api+json
Body
Parameters
Sorts
name
TypeUnknown
Description
sort by contact name
Required
No
Filters
organization_id
TypeID string
Description
filter where contact's account list has a designation account belonging to an organization; Accepts IDs separated by comma
Required
No
status
Typestring
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
Typestring
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
Typeboolean
Description
can the contact be deleted or only anonymized
created_at
Typedate
Description
The timestamp of when this resource was created
name
Typestring
Description
name of the contact
square_avatar
Typestring
Description
A url for the Contact's avatar - but in a square format
updated_at
Typedate
Description
The timestamp of when this resource was last updated
updated_in_db_at
Typedate
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
TypeAccountList
Description
the account_list that this contact belongs to