Feedback Comments
List Feedback Comments
GET
/
projects
/
{projectSlug}
/
feedback
/
{feedbackId}
/
comments
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectSlug
string
requiredProject slug
feedbackId
string
requiredFeedback 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
Was this page helpful?