GET
/
task
/
{taskId}

Authorizations

apiKey
string
header
required

Path Parameters

taskId
string
required

The unique identifier of the task to get task details.

Minimum length: 10

Response

200 - application/json
description
string

Description of the task.

dueDate
string

The due date of the project.

estimateTime
integer

Estimated time required for the task (hh).

group
string

The Group of the task.

groupId
string

The ID of the group.

milestoneId
integer

The ID of the task milestone.

priority
string

Select priority of the task.

projectId
string

The ID of the project.

status
boolean

The Status of the task.

subscribers
string[]

List of Subscribers who Subscribe the task.

taskId
string

The ID of the task

taskName
string

The Name of the task

taskUsers
object[]

List of task users.