Skip to main content

Get comment

GET 

https://api.supaglue.io/ticketing/v2/comments/:comment_id

note

This feature is only available in Preview to select customers on our Enterprise plan. Contact us for more information.

Returns a Comment object with the given id.

Request

Path Parameters

    comment_id stringrequired
    Example: 0258cbc6-6020-430a-848e-aafacbadf4ae

Query Parameters

    include_raw_data boolean

    Whether to include raw data fetched from the 3rd party provider.

    Example: true

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Responses

CommentData

Schema
    user stringrequired
    contact string
    body stringnullablerequired
    html_body stringnullable
    ticket stringnullablerequired
    is_private booleanrequired
curl -L -X GET 'https://api.supaglue.io/ticketing/v2/comments/:comment_id' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.supaglue.io/ticketing/v2
Auth
Parameters
— pathrequired
— headerrequired
— headerrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!