Tasks
Tasks Documentation
Task [LIST]
Task [LIST]
Request
Endpoint
Body
Parameters
Sorts
completed_at
Type Unknown
Description Sort by completed_at date
Required No
start_at
Type Unknown
Description Sort by start_at date
Required No
Filters
account_list_id
Type ID string
Description
Filter by Account List; accepts an Account List id
Required No
activity_type
Type string
Description Filter by Action; Accepts multiple parameters, with values "Call", "Appointment", "Email", "Text Message", "Facebook Message", "Letter", "Newsletter", "Pre Call Letter", "Reminder Letter", "Support Letter", "Thank", "To Do", "Talk to In Person", or "Prayer Request"
Required No
any_tags
Type boolean
Description When filtering by tags this specifies if the filter should match tasks with any of the filtered tags if "true" or only tasks with all of the filtered tags if "false"
Required No
completed
Type boolean
Description Filter by Completed; Accepts values "true", or "false"
Required No
completed_at
Type string
Description Filter Tasks by completed at date given a date range
Required No
contact_appeal
Type string
Description Filter by Appeal; Accepts multiple parameters, with value 'no_appeals', or an appeal ID
Required No
contact_church
Type string
Description Filter by Church; Accepts multiple parameters, with value 'none', or a church name
Required No
contact_city
Type string
Description Filter by City; Accepts multiple parameters, with value 'none', or a city name
Required No
contact_country
Type string
Description Filter by Country; Accepts multiple parameters, with values 'none', or a country
Required No
contact_designation_account_id
Type string
Description Filter by Designation Account; accepts multiple parameters, separated by comma
Required No
contact_ids
Type [string]
Description Filter by Contact IDs; Accepts multiple parameters, with Contact IDs
Required No
contact_info_addr
Type string
Description Filter where contact has address; Accepts values 'Yes', or 'No'
Required No
contact_info_email
Type string
Description Filter where contact people have email addresses; Accepts values 'Yes', or 'No'
Required No
contact_info_mobile
Type string
Description Filter where contact people have mobile phones; Accepts values 'Yes', or 'No'
Required No
contact_info_phone
Type string
Description Filter where contact people have home phones; Accepts values 'Yes', or 'No'
Required No
contact_info_work_phone
Type string
Description Filter where contact people have work phones; Accepts values 'Yes', or 'No'
Required No
contact_likely
Type string
Description Filter by Likely To Give; Accepts multiple parameters, with values 'none', 'Least Likely', 'Likely', and 'Most Likely'
Required No
contact_metro_area
Type string
Description Filter by Metro Area; Accepts multiple parameters, with values 'none', or a metro area name
Required No
contact_newsletter
Type string
Description Filter by Newsletter Recipients; Accepts values 'none', 'all', 'address', 'email', and 'both'
Required No
contact_pledge_frequency
Type string
Description Filter by Pledge Frequency; Accepts multiple parameters, with numeric values like '0.23076923076923' (Weekly), '0.46153846153846' (Every 2 Weeks), '1.0' (Monthly), '2.0' (Every 2 Months), '3.0', '4.0', '6.0', '12.0' (Yearly), and '24.0' (Every 2 Years)
Required No
contact_referrer
Type string
Description Filter by Referrer; Accepts multiple parameters, with values 'none', 'any', or a Contact ID
Required No
contact_region
Type string
Description Filter by Region; Accepts multiple parameters, with values 'none', or a region name
Required No
contact_state
Type string
Description Filter by State; Accepts multiple parameters, with values 'none', or a state
Required No
contact_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
contact_timezone
Type string
Description Filter by Timezone; Accepts multiple parameters
Required No
contact_type
Type string
Description Filter by Type; Accepts multiple parameters, with values 'person', and 'company'
Required No
created_at
Type Unknown
Description filter.created at
Required No
date_range
Type string
Description Filter by Date Range; Accepts values "last_month", "last_year", "last_two_years", "last_week", "overdue", "today", "tomorrow", "future", "upcoming" and "no_date"
Required No
exclude_tags
Type string
Description Filter tasks that have any of the tags included in this filter; comma separated value for multiple
Required No
ids
Type ID string
Description Filter tasks with ids included in this filter; comma separated value for multiple
Required No
next_action
Type string
Description Filter by Next Action; Accepts multiple parameters
Required No
overdue
Type boolean
Description Filter by overdue; Accepts values "true", or "false"
Required No
result
Type string
Description Filter by Result; Accepts multiple parameters
Required No
starred
Type boolean
Description Filter by starred; Accepts values "true", or "false"
Required No
start_at
Type string
Description Filter Tasks by start at date given a date range
Required No
tags
Type string
Description Filter by Tags; Accepts multiple parameters, with text values separated by comma
Required No
updated_at
Type date
Description Filter tasks that were updated in this date range
Required No
user_ids
Type ID string
Description Filter tasks with user_ids included in this filter; comma separated value for multiple
Required No
wildcard_search
Type string
Description Filter tasks where subject contains this filter
Required No
Response
Headers
Body
Fields
data
Type
[Task]
Description An array of Task Objects
Task [POST]
Task [POST]
Request
Endpoint
Body
Parameters
Attributes
activity_type
Type
string
Description The Task activity type
Required No
comments_count
Type
integer
Description The number of Task comments
Required No
completed
Type
boolean
Description Whether or not the Task has been completed
Required No
completed_at
Type
string
Description Task completion time
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
location
Type
string
Description The Task location
Required No
next_action
Type
string
Description The next Task action
Required No
notification_time_before
Type
integer
Description Notification time before
Required No
notification_time_unit
Type
string
Description Unit of time for Task notification
Required No
notification_type
Type
string
Description Type of notification set for Task
Required No
result
Type
string
Description The result of the Task
Required No
starred
Type
boolean
Description Whether or not the Task has been starred
Required No
start_at
Type
string
Description Start at time for the Task
Required No
subject
Type
string
Description The subject of the Task
Required No
subject_hidden
Type
boolean
Description If the UI should hide the subject as it is automatically generated
Required No
tag_list
Type
string
Description A list of tags associated with the Task
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
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.
Required No
Relationships
account_list.data
Type
Account List
Description The Account List that the Task belongs to
Required No
activity_contacts.data
Type
[ActivityContact]
Description An array of ActivityContact references (this joins contacts to tasks)
Required No
user.data
Type
User
Description The user assigned to this contact
Required No
Response
Headers
Body
Fields
Attributes
activity_type
Type
string
Description The Task activity type
comments_count
Type
integer
Description The number of Task comments
completed
Type
boolean
Description Whether or not the Task has been completed
completed_at
Type
string
Description Task completion time
created_at
Type
date
Description The timestamp of when this resource was created
location
Type
string
Description The Task location
next_action
Type
string
Description The next Task action
notification_time_before
Type
integer
Description Notification time before
notification_time_unit
Type
string
Description Unit of time for Task notification
notification_type
Type
string
Description Type of notification set for Task
result
Type
string
Description The result of the Task
starred
Type
boolean
Description Whether or not the Task has been starred
start_at
Type
string
Description Start at time for the Task
subject
Type
string
Description The subject of the Task
subject_hidden
Type
boolean
Description If the UI should hide the subject as it is automatically generated
tag_list
Type
string
Description A list of tags associated with the Task
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
Account List
Description The Account List that the Task belongs to
activity_contacts.data
Type
[ActivityContact]
Description An array of ActivityContact references (this joins contacts to tasks)
comments.data
Type
[Comment]
Description A list of comments associated to the Task
contacts.data
Type
[Contact]
Description An array of Contact references for the Task
email_addresses.data
Type
[Email Address]
Description A list of email addresses associated to the Task
people.data
Type
[Person]
Description A list of people associated to the Task
phone_numbers.data
Type
[Phone Number]
Description A list of phone numbers associated to the Task
user.data
Type
User
Description The user assigned to this contact
Task [GET]
Task [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
activity_type
Type
string
Description The Task activity type
comments_count
Type
integer
Description The number of Task comments
completed
Type
boolean
Description Whether or not the Task has been completed
completed_at
Type
string
Description Task completion time
created_at
Type
date
Description The timestamp of when this resource was created
location
Type
string
Description The Task location
next_action
Type
string
Description The next Task action
notification_time_before
Type
integer
Description Notification time before
notification_time_unit
Type
string
Description Unit of time for Task notification
notification_type
Type
string
Description Type of notification set for Task
result
Type
string
Description The result of the Task
starred
Type
boolean
Description Whether or not the Task has been starred
start_at
Type
string
Description Start at time for the Task
subject
Type
string
Description The subject of the Task
subject_hidden
Type
boolean
Description If the UI should hide the subject as it is automatically generated
tag_list
Type
string
Description A list of tags associated with the Task
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
Account List
Description The Account List that the Task belongs to
activity_contacts.data
Type
[ActivityContact]
Description An array of ActivityContact references (this joins contacts to tasks)
comments.data
Type
[Comment]
Description A list of comments associated to the Task
contacts.data
Type
[Contact]
Description An array of Contact references for the Task
email_addresses.data
Type
[Email Address]
Description A list of email addresses associated to the Task
people.data
Type
[Person]
Description A list of people associated to the Task
phone_numbers.data
Type
[Phone Number]
Description A list of phone numbers associated to the Task
user.data
Type
User
Description The user assigned to this contact
Task [PUT]
Task [PUT]
Request
Endpoint
Body
Parameters
Attributes
activity_type
Type
string
Description The Task activity type
Required No
comments_count
Type
integer
Description The number of Task comments
Required No
completed
Type
boolean
Description Whether or not the Task has been completed
Required No
completed_at
Type
string
Description Task completion time
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
location
Type
string
Description The Task location
Required No
next_action
Type
string
Description The next Task action
Required No
notification_time_before
Type
integer
Description Notification time before
Required No
notification_time_unit
Type
string
Description Unit of time for Task notification
Required No
notification_type
Type
string
Description Type of notification set for Task
Required No
overwrite
Type
boolean
Description
Only used for updating a record where you want to ignore the server's ' 'updated_in_db_at
value and force overwrite the values for the record. ' 'Must be true
to work.
Required No
result
Type
string
Description The result of the Task
Required No
starred
Type
boolean
Description Whether or not the Task has been starred
Required No
start_at
Type
string
Description Start at time for the Task
Required No
subject
Type
string
Description The subject of the Task
Required No
subject_hidden
Type
boolean
Description If the UI should hide the subject as it is automatically generated
Required No
tag_list
Type
string
Description A list of tags associated with the Task
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
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.
Required No
Relationships
account_list.data
Type
Account List
Description The Account List that the Task belongs to
Required No
activity_contacts.data
Type
[ActivityContact]
Description An array of ActivityContact references (this joins contacts to tasks)
Required No
user.data
Type
User
Description The user assigned to this contact
Required No
Response
Headers
Body
Fields
Attributes
activity_type
Type
string
Description The Task activity type
comments_count
Type
integer
Description The number of Task comments
completed
Type
boolean
Description Whether or not the Task has been completed
completed_at
Type
string
Description Task completion time
created_at
Type
date
Description The timestamp of when this resource was created
location
Type
string
Description The Task location
next_action
Type
string
Description The next Task action
notification_time_before
Type
integer
Description Notification time before
notification_time_unit
Type
string
Description Unit of time for Task notification
notification_type
Type
string
Description Type of notification set for Task
result
Type
string
Description The result of the Task
starred
Type
boolean
Description Whether or not the Task has been starred
start_at
Type
string
Description Start at time for the Task
subject
Type
string
Description The subject of the Task
subject_hidden
Type
boolean
Description If the UI should hide the subject as it is automatically generated
tag_list
Type
string
Description A list of tags associated with the Task
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
Account List
Description The Account List that the Task belongs to
activity_contacts.data
Type
[ActivityContact]
Description An array of ActivityContact references (this joins contacts to tasks)
comments.data
Type
[Comment]
Description A list of comments associated to the Task
contacts.data
Type
[Contact]
Description An array of Contact references for the Task
email_addresses.data
Type
[Email Address]
Description A list of email addresses associated to the Task
people.data
Type
[Person]
Description A list of people associated to the Task
phone_numbers.data
Type
[Phone Number]
Description A list of phone numbers associated to the Task
user.data
Type
User
Description The user assigned to this contact
Task [DELETE]
Task [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Tasks [BULK DELETE]
Tasks [BULK DELETE]
Request
Endpoint
Body
Response
Headers
Body
Fields
data
Type
[Task]
Description An array of Tasks that have just been deleted
Tasks [BULK POST]
Tasks [BULK POST]
Request
Endpoint
Body
Response
Headers
Body
Fields
data
Type
[Task / error]
Description List of Task objects that have been successfully updated and list of errors related to Task objects that were not updated successfully
Tasks [BULK PUT]
Tasks [BULK PUT]
Request
Endpoint
Body
Response
Headers
Body
Fields
data
Type
[Task / error]
Description Array of both Task objects that have been successfully updated and of errors related to Contact objects that were not updated successfully
Last updated