cURL
curl --request GET \ --url https://api.panora.dev/ticketing/attachments/{id}/download
{ "message": "<string>", "error": "<string>", "statusCode": 123, "data": { "file_name": "<string>", "file_url": "<string>", "uploader": "<string>", "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} } }
Download 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.
Show child attributes