GET
/
task
/
{taskId}

Authorizations

apiKey
string
headerrequired

Path Parameters

taskId
string
required

The unique identifier of the task to get task details.

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.