cURL
curl --request GET \ --url https://api.panora.dev/ticketing/attachments/{id}
{ "message": "<string>", "error": "<string>", "statusCode": 123, "data": { "file_name": "<string>", "file_url": "<string>", "uploader": "<string>", "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} } }
Retrieve a attachment from any connected Ticketing software
id of the attachment you want to retrive.
Set to true to include data from the original Ticketing software.
The response is of type object.
object