Skip to main content
GET
Get a single comment on an entity

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Path Parameters

projectId
string
required
entityId
string
required
commentId
string
required

Response

200 - application/json
author_id
string
required

ID of the user who authored the comment.

created_at
string<date-time>
required
entity_id
string
required

Entity the comment is attached to.

id
string
required
resolved
boolean
required

Whether the comment thread has been resolved.

text
string
required

Plain-text body of the comment.

branch_id
string

Branch the comment was posted on; absent for the main line.