Skip to main content
GET
/
task_comments
/
{task_comment_id}
Get task comment
curl --request GET \
  --url https://app.usequeue.com/api/v1/task_comments/{task_comment_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

task_comment_id
string
required

The ID of the specific task comment

Response

200 - application/json

Successful response

success
boolean
Example:

true