GET
/
projects
/
{projectSlug}
/
feedback
/
{feedbackId}
/
comments

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectSlug
string
required

Project slug

feedbackId
string
required

Feedback id

Response

200 - application/json
id
string
feedback_id
string
reply_to_id
string
user_id
string
user
object
has_upvoted
boolean
content
string
upvotes
number
upvoters
string[]
replies
object[]
created_at
string