Skip to main content
GET
Get 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

File comment details

id
integer
required
Example:

97

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

"changed hehe"

file
object
required
user
object
required
private
boolean
Example:

false

comments
object[]