/tasks

Get all tasks

Log in to see full request history
FieldPossible valuesDescription
_idString (17 characters long)Unique identifier
nameStringDisplay name of the task.
descriptionStringTask description.
dueDateDateDue date of the task.
plannedStartDatePlanned start of the task
plannedEndDatePlanned end of the task
plannedTimeNumberPlanned time of this task in minutes.
serviceIdString (17 characters long)Unique identifier of the service assigned to this task.
projectIdString (17 characters long)Unique identifier of the project assigned to this task.
contactIdString (17 characters long)Unique identifier of the contact assigned to this task.
personalListIdString (17 characters long)Unique identifier of the personal list to which this task is assigned to.
personalListOrderNumberOrder in the personal list to which this task is assigned to.
listIdString (17 characters long)Unique identifier of the project list to which this task is assigned to.
listOrderNumberOrder in the project list to which this task is assigned to.
duplicateOfString (17 characters long)Unique identifier of the task of which this task is a duplicate.
orderNumberOrder in the column of the user to which this task is assigned to.
userIdString (17 characters long)Unique identifier of the user assigned to this task.
groupIdString (17 characters long)Unique identifier of the group assigned to this task.
tagIdsString[] (each is 17 characters long)Unique identifiers of the tags assigned to this task.
subscriberIdsString[] (each is 17 characters long)Unique identifiers of the users whose are subscribed to this task.
completedBooleanIndicates wether this task is completed or not.
subTasksObject[] (see below for sub fields)Checklist entries of this task.
subTasks.$.titleStringDisplay name of this checklist entry.
subTasks.$.completedBooleanIndicates wether this checklist entry is completed or not.
subTasks.$.orderNumberOrder of the checklist entry.
infoObject (see below for sub fields)Pre-aggregated information
info.timeBillableNumberBillable time in seconds
info.timeNotBillableNumberNot billable time in seconds
info.totalTimeNumberTotal tracked time in seconds
info.remainingTimeNumberRemaining time of this task
info.costsNumberCosts of tracked time
info.revenueNumberRevenue of tracked time
info.profitNumberProfit of tracked time
info.contactNameStringName of assigned customer
info.projectNameStringName of assigned project
info.listNameStringName of assigned list
info.serviceNameStringName of assigned service
info.userNameStringName of assigned user
info.scheduledStartDateCalculated scheduled start of the task
info.scheduledEndDateCalculated scheduled end of the task
createdAtDateWhen was the task created.
createdByString (17 characters long)Unique identifier of the user who created this task.
scheduledWorkObject (see below for sub fields)Scheduled work of the task (only included, if the query parameter includeScheduledWork is set to true)
scheduledWork.userIdString (17 characters long)Unique identifier of the user for whom the work is scheduled.
scheduledWork.minutesNumberAmount of minutes which are scheduled on this date.
scheduledWork.dateDateDay, for which the work is scheduled
Query Params
int32
Defaults to 1
int32
Defaults to 50
string

Filters the list by user. Can be either a single ID, or multiple comma-separated IDs.

string

Filters the list by contact. Can be either a single ID, or multiple comma-separated IDs.

string

Filters the list by project. Can be either a single ID, or multiple comma-separated IDs.

boolean

Filters completed tasks

boolean
Defaults to false

Filters archived tasks

date

Last update of this task is after this date

date

Last update of this task is before this date

date

Creation of this task is after this date

date

Creation of this task is before this date

date

Planned start of this task is after this date

date

Planned start of this task is before this date

date

Planned end of this task is after this date

date

Planned end of this task is before this date

date

Scheduled start of this task is after this date

date

Scheduled start of this task is before this date

date

Scheduled end of this task is after this date

date

Scheduled end of this task is before this date

boolean

Specifies whether scheduled work should also be returned for every task

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json