Search...
/
Support
Developer Forum
Login
Overview
Introduction
Getting Started
Authentication
Error Handling
Pagination
Filtering
Ordering
Rate Limits
Permissions
Webhooks
Changelog
Support
API Reference
Projects Overview
Projects
Project Types
Project Statuses
Project Roles
Project Comments
Project Tags
Project Milestones
Project Automations
Project Actions
Project Time Bookings
Autopilot
Tasks Overview
Tasks
Task Lists
Task Views
Project Tasks
GET
Returns all project tasks that the current user can see.
GET
Returns all tags of the project tasks.
POST
Creates new task statuses for the specified project.
GET
Returns all project tasks of the project with the specified id.
GET
Returns the project task with the specified id.
POST
Changes the project of the task with the specified id.
GET
Returns all task statuses of the project with the specified id.
POST
Creates a new task status for the specified project.
GET
Returns the task status of the project with the specified id.
PUT
Updates a task status for the specified project.
POST
Deletes the task status with the specified id.
GET
Returns the type of work for the project with the specified id. .
GET
Returns all task statuses of the project template with the specified id.
POST
Creates a new task status for the specified project template.
GET
Returns the task status of the project template with the specified id.
PUT
Updates a task status for the specified project template.
DEL
Deletes the task status of the project template with the specified id.
Private Tasks
Assigned Tasks
Checklist Items
Task Comments
Task Tags
Task Dependencies
Task Schedules
Tasks Batch
Type of Work
Time Tracking Overview
Time Entries
Time Tracking
Time Reports
Project Time Entries
Task Time Entries
Companies Overview
Companies
Company Tags
Users Overview
Users
User Capacity
User Tags
Absences
Absence Regions
Workspace Absences
Dashboards
Files & Images Overview
Files
Project Files
Task Files
Company Files
Comment Files
User Files
Workspace Files
Project Template Files
Task Template Files
Shared Files
Temporary Files
Images
Custom Fields Overview
Custom Fields
Workload & Planning Overview
Workload
Project Templates Overview
Project Templates
Task Bundles
Task Templates
Task Dependency Templates
Project Template Tags
Project Milestone Templates
Project Template Automations
Project Template Actions
Login & Access Overview
Accounts
Invitations
Permissions
Roles
Teams
Workspaces
API Management Overview
API Users
Webhooks
Client Applications
Support
Developer Forum
Login
API Reference
Project Tasks
Returns all tags of the project tasks.
GET
https://api.awork.com/api/v1
/
projects
/
projecttasks
/
tags
Returns all tags of the project tasks.
Required Permissions:
Any authenticated user.
Query parameters
projectId
string
Optional
Response
Success
id
string
Optional
createdOn
datetime
Optional
createdBy
string
Optional
updatedOn
datetime
Optional
updatedBy
string
Optional
name
string
Optional
color
string
Optional
Creates new task statuses for the specified project.
Up Next
Built with