Zendesk Connector
Zendesk Connector Help
Version 8
ZappySys Logo File Version: v8
Supported Engine: 7

EndPoint Read Ticket Attachments


Name

get_ticket_attachments

Description

Returns attachments for the specified Ticket ID. [API Help]

Parameters

Parameter Label Required Options Description
ticket_id Ticket ID YES
sort_order Sort Order NO
Option Value
desc desc
asc asc
Sort order
include_inline_images Include inline images NO
Option Value
false false
true true
Default is false. When true, inline images are also listed as attachments in the response

Output Columns

Label DataType Length Raw Description
id DT_I8 0 False
file_name DT_WSTR 255 False
content_url DT_WSTR 500 False
mapped_content_url DT_WSTR 500 False
content_type DT_WSTR 255 False
size DT_I4 0 False
width DT_I4 0 False
height DT_I4 0 False
inline DT_BOOL 0 False
deleted DT_BOOL 0 False
thumbnails DT_WSTR 4000 False
comment_id DT_I8 0 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.