cURL
curl --request GET \ --url https://api.panora.dev/ticketing/comments/{id}
{ "message": "<string>", "error": "<string>", "statusCode": 123, "data": { "body": "<string>", "html_body": "<string>", "is_private": true, "creator_type": "<string>", "ticket_id": "<string>", "contact_id": "<string>", "user_id": "<string>", "attachments": [ { "file_name": "<string>", "file_url": "<string>", "uploader": "<string>", "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} } ], "id": "<string>", "remote_id": "<string>", "remote_data": {} } }
Retrieve a comment in any Ticketing Platform using this endpoint
id of the comment you want to retrive.
comment
Set to true to include data from the original Ticketing software.
The response is of type object.
object