Zendesk Connector
Documentation
Version: 9
Documentation

EndPoint Read Ticket Attachments


Name

get_ticket_attachments

Description

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

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 Data Type (SSIS) Data Type (SQL) Length Raw Description
id DT_I8 bigint False
file_name DT_WSTR nvarchar(255) 255 False
content_url DT_WSTR nvarchar(500) 500 False
mapped_content_url DT_WSTR nvarchar(500) 500 False
content_type DT_WSTR nvarchar(255) 255 False
size DT_I4 int False
width DT_I4 int False
height DT_I4 int False
inline DT_BOOL bit False
deleted DT_BOOL bit False
thumbnails DT_WSTR nvarchar(4000) 4000 False
comment_id DT_I8 bigint False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.