ticketing/attachments

Retrieve Attachments

Retrieve Attachments from any connected Ticketing software

get/ticketing/attachments/{id}

Path parameters

idstring required

id of the attachment you want to retrive.

Query parameters

remote_databoolean

Set to true to include data from the original Ticketing software.

Headers

x-connection-tokenstring required

The connection token

Response

file_namestring required

The file name of the attachment

file_urlstring required

The file url of the attachment

uploaderstring required

The uploader's UUID of the attachment

ticket_idstring

The UUID of the ticket the attachment is tied to

comment_idstring

The UUID of the comment the attachment is tied to

field_mappingsobject required
idstring

The UUID of the attachment

remote_idstring

The id of the attachment in the context of the 3rd Party

remote_dataobject required
created_atobject required
modified_atobject required

Changes