Tasks & Projects

post

Create a task

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Body
account_idstringOptional

Account ID for this task

assignee_idstringOptional

Assignee ID for this task

body_htmlstringOptional

Body HTML for this task

customer_portal_visiblebooleanOptional

Customer portal visible for this task

Default: false
due_datestringOptional

Due date for this task, in RFC 3339 format

milestone_idstringOptional

Milestone ID for this task

project_idstringOptional

Project ID for this task

statusstring · enumOptional

Status for this task

  • not_started TaskStatusNotStarted

  • in_progress TaskStatusInProgress

  • completed TaskStatusCompleted

Possible values:
titlestringRequired

Title for this task

Responses
200Success
application/json
post
/tasks
patch

Update a task

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the task to update.

Body
assignee_idstringOptional

Assignee ID for this task

body_htmlstringOptional

Body HTML for this task

customer_portal_visiblebooleanOptional

Customer portal visible for this task

due_datestringOptional

Due date for this task, in RFC 3339 format

milestone_idstringOptional

Milestone ID for this task

project_idstringOptional

Project ID for this task

statusstring · enumOptional

Status for this task

  • not_started TaskStatusNotStarted

  • in_progress TaskStatusInProgress

  • completed TaskStatusCompleted

Possible values:
titlestringOptional

Title for this task

Responses
200Success
application/json
patch
/tasks/{id}
delete

Delete an existing task

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the task to delete.

Responses
200Success
application/json
delete
/tasks/{id}
patch

Update a project

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the project to update.

Body
customer_portal_visiblebooleanOptional

Customer portal visible for this project

description_htmlstringOptional

Description HTML for this project

end_datestringOptional

End date for this project, in RFC 3339 format

is_archivedbooleanOptional

Whether the project is archived

namestringOptional

Name for this project

owner_idstringOptional

Owner ID for this project

start_datestringOptional

Start date for this project, in RFC 3339 format

Responses
200Success
application/json
patch
/projects/{id}
delete

Delete an existing project

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the project to delete.

Responses
200Success
application/json
delete
/projects/{id}
post

Create a project

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Body
account_idstringRequired

Account ID for this project

customer_portal_visiblebooleanOptional

Customer portal visible for this project

Default: false
description_htmlstringOptional

Description HTML for this project

end_datestringOptional

End date for this project, in RFC 3339 format

namestringRequired

Name for this project

owner_idstringOptional

Owner ID for this project

project_template_idstringOptional

Project template ID for this project

start_datestringOptional

Start date for this project, in RFC 3339 format

Responses
200Success
application/json
post
/projects
patch

Update a milestone

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the milestone to update.

Body
due_datestringOptional

Due date for this milestone, in RFC 3339 format

namestringOptional

Name for this milestone

Responses
200Success
application/json
patch
/milestones/{id}
post

Create a milestone

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Body
account_idstringOptional

Account ID for this project

due_datestringOptional

Due date for this milestone, in RFC 3339 format

namestringRequired

Name for this milestone

project_idstringRequired

Project ID for this milestone

Responses
200Success
application/json
post
/milestones
delete

Delete a milestone

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the milestone to delete.

Responses
200Success
application/json
delete
/milestones/{id}

Last updated

Was this helpful?