Skip to content

Get Comments ​

Endpoint ​

http
GET /unified/ticketing/comments/{id}
Integrations supported
  • Airtable
  • Asana
  • Basecamp
  • Gorgias
  • Jira
  • Zoho Desk

Path parameters ​

id
string
REQUIRED · The ID of the resource.
Example: 23423523

Query parameters ​

integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d
ticket_id
string
The unique identifier for a ticket
Required in
  • Airtable
  • Jira
  • Zoho Desk
workspace_id
string
The unique identifier for a workspace
Required in
  • Airtable
  • Basecamp
collection_id
string
The unique identifier for a collection
Required in
  • Airtable
is_internal
boolean
Whether the comment is internal. True for internal notes left by users.
Supported in
  • Zoho Desk

Response Body ​

id
string
REQUIRED · The unique identifier for a comment
Supported in
  • Airtable
  • Asana
  • Basecamp
  • Gorgias
  • Jira
  • Zoho Desk
author
object
The id of the user or contact who created the comment
Supported in
  • Airtable
  • Asana
  • Basecamp
  • Gorgias
  • Jira
  • Zoho Desk
id
string
REQUIRED · The id of the user or contact who created the comment
type
string
REQUIRED · Type of the author
All possible enum values:
  • user
  • contact
body
string
The body of the comment
Supported in
  • Airtable
  • Asana
  • Basecamp
  • Gorgias
  • Jira
  • Zoho Desk
html_body
string
The body of the comment in HTML format
Supported in
  • Asana
  • Gorgias
  • Jira
  • Zoho Desk
ticket
object
The ticket to which the comment belongs
Supported in
  • Airtable
  • Asana
  • Basecamp
  • Gorgias
  • Jira
  • Zoho Desk
id
string
REQUIRED · The unique identifier for a ticket
attachments
object[]
The attachments of the comment
id
string
The unique identifier for the attachment
file_name
string
The attachment's name.
file_url
string
The URL to download the attachment
content_type
string
The content type of the attachment
uploaded_by
string
The user who uploaded the attachment
uploaded_by_type
string
The type of the user who uploaded the attachment
created_at
string
The time when the attachment was created
is_internal
boolean
Whether the comment is internal. True for internal notes left by users.
Supported in
  • Zoho Desk
is_private
boolean
Whether the comment is private or not
Supported in
  • Basecamp
  • Gorgias
  • Zoho Desk
created_at
string
The date and time when the comment was created
Supported in
  • Airtable
  • Asana
  • Basecamp
  • Gorgias
  • Jira
  • Zoho Desk
updated_at
string
The date and time when the comment was updated
Supported in
  • Airtable
  • Asana
  • Basecamp
  • Jira
  • Zoho Desk
remote_data
object
Raw data returned from the remote API call.