Skip to content

Retrieves comments with optional filtering by task ID.

GET
/api/v1/Comments

Authorizations

Parameters

Query Parameters

taskId
string format: uuid

Optional. The ID of the task to filter comments by.

Responses

200

Returns the list of 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

400

If the user ID is missing from the claims.

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

403

If the user doesn’t have access to view the comments.

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