curl --request GET \
--url https://app.usequeue.com/api/v1/files/{file_id}/file_comments \
--header 'Authorization: Bearer <token>'[
{
"id": 97,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"text": "changed hehe",
"file": {
"id": "529e15ad83ee",
"title": "10x faster.png",
"link": "<string>"
},
"user": {
"username": "<string>",
"email": "[email protected]",
"avatar": "<string>"
},
"private": false,
"comments": [
{
"id": 3,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"body": "<p>nested reply</p>",
"user": {
"username": "<string>",
"email": "[email protected]",
"avatar": "<string>"
},
"file_comment_id": 97,
"private": true
}
]
}
]curl --request GET \
--url https://app.usequeue.com/api/v1/files/{file_id}/file_comments \
--header 'Authorization: Bearer <token>'[
{
"id": 97,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"text": "changed hehe",
"file": {
"id": "529e15ad83ee",
"title": "10x faster.png",
"link": "<string>"
},
"user": {
"username": "<string>",
"email": "[email protected]",
"avatar": "<string>"
},
"private": false,
"comments": [
{
"id": 3,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"body": "<p>nested reply</p>",
"user": {
"username": "<string>",
"email": "[email protected]",
"avatar": "<string>"
},
"file_comment_id": 97,
"private": true
}
]
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of file comments
97
"changed hehe"
false
Show child attributes
3
"<p>nested reply</p>"
97