Skip to content

Retrieves all assignees of a task

GET
/api/v1/Task/{taskId}/assignees

Required permissions:

  • Project member access, or
  • Admin access

Authorizations

Parameters

Path Parameters

taskId
required
string format: uuid

The unique identifier of the task

Responses

200

List of task assignees

Array<object>
object
id
string format: uuid
taskId
string format: uuid
userId
string format: uuid
assignedDate
string format: date-time
user
object
id
string format: uuid
username
string
nullable
name
string
nullable
email
string
nullable
createdDate
string format: date-time
accessLevel
integer format: int32

403

User does not have access to view task assignees

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

404

Task not found

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties