Task
Get Task
Get task details by ID.
GET
/
task
/
{taskId}
Authorizations
apiKey
string
headerrequiredPath Parameters
taskId
string
requiredThe unique identifier of the task to get task details.
Minimum length:
10
Response
200 - application/json
taskId
string
The ID of the task
taskName
string
The Name of the task
projectId
string
The ID of the project.
groupId
string
The ID of the group.
group
string
The Group of the task.
description
string
Description of the task.
status
boolean
The Status of the task.
subscribers
string[]
List of Subscribers who Subscribe the task.
dueDate
string
The due date of the project.
priority
string
Select priority of the task.
estimateTime
integer
Estimated time required for the task (hh).
milestoneId
integer
The ID of the task milestone.
taskUsers
object[]
List of task users.