Skip to main content
GET
List Replies to File Comment

Authorizations

Authorization
string
header
required

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

Path Parameters

file_comment_id
string
required

Response

200 - application/json

Nested comments

id
integer
required
Example:

3

created_at
string<date-time>
required
updated_at
string<date-time>
required
body
string
required
Example:

"<p>nested reply</p>"

user
object
required
file_comment_id
integer
Example:

97

private
boolean