ticketing/attachments

Create Attachments

Create Attachments in any supported Ticketing software

post/ticketing/attachments

Query parameters

remote_databoolean

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

Headers

x-connection-tokenstring required

The connection token

Request body

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

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