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
POST
Creates a new task.
POST
Assigns a new user to a tasks by email invitation.
POST
Changes the base type for a batch of tasks.
POST
Changes the lists of tasks.
POST
Changes statuses of tasks.
POST
Changes the parent task and the order of subtasks.
POST
Convert subtasks to a parent task.
POST
Changes the type of work for a batch of tasks.
POST
Deletes several tasks.
POST
Set the priority of the task with the specified id.
GET
Returns the task with the specified id.
PUT
Updates the task with the specified id.
POST
Creates a copy of the specified task.
GET
Gets the recurrency rule for the specified task.
POST
Assigns a list of users to a given task
POST
Modifies a list of planned efforts of a given task.
POST
Updates the order of the task with the specified id.
Task Lists
Task Views
Project Tasks
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
Entity Files
Support
Developer Forum
Login
API Reference
Tasks
Set the priority of the task with the specified id.
POST
https://api.awork.com/api/v1
/
tasks
/
settaskpriority
Required Permissions:
Any authenticated user.
Request
This endpoint expects an object.
taskId
string
Required
The id of the task.
isPrio
boolean
Required
Priority flag of the task.
Returns the task with the specified id.
Up Next
Built with