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

Authorizations

Authorization
string
header
required

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
content
string
created_at
string
feedback_id
string
has_upvoted
boolean
id
string
replies
object[]
reply_to_id
string
upvoters
string[]
upvotes
number
user
object
user_id
string