Skip to content

Retrieves all comments on a task

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

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 comments

Array<object>
object
id
string format: uuid
taskId
string format: uuid
userId
string format: uuid
content
required
string
nullable
createdDate
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 comments

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