Tags
Tags Documentation
Tag [LIST]
Tag [LIST]
Request
Endpoint
Body
Parameters
Filters
account_list_id
Type ID string
Description
The ID
of an Account List to scope the tasks to
Required No
Response
Headers
Body
Fields
data
Type
[Tag]
Description An array of Tags
Tag [POST]
Tag [POST]
Request
Endpoint
Body
Parameters
Attributes
name
Type
string
Description The name of tag
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 task
Tag [DELETE]
Tag [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Tags [BULK CREATE]
Tags [BULK POST]
Request
Endpoint
Body
Parameters
Filters
account_list_id
Type ID string
Description
The ID
of an Account List to scope the tasks to
Required No
task_ids
Type string (comma delimited IDs)
Description A comma delimited list of Task IDs to add the Tag to. If ommited the Tag will be added to all Tasks.
Required No
Attributes
name
Type
string
Description The name of the Tag to be added
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
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.
Tags [BULK DELETE]
Tags [BULK DELETE]
Request
Endpoint
Body
Parameters
Filters
account_list_id
Type ID string
Description
The ID
of an Account List to scope the tasks to
Required No
task_ids
Type string (comma delimited IDs)
Description A comma delimited list of Task IDs to remove the Tag from. If ommited the Tag will be removed from all Tasks.
Required No
Attributes
name
Type
string
Description The name of the Tag to be deleted
Required No
Response
Headers
Body
Last updated