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

EndPoint Read Attachment


Name

get_attachment

Description

Read attachment information [API Help]

Parameters

Parameter Label Required Options Description
attachment_id Attachment ID YES

Output Columns

Label DataType Length Raw Description
attachment_id DT_I8 0 False
attachment_file_name DT_WSTR 255 False
attachment_content_url DT_WSTR 500 False
attachment_url DT_WSTR 500 False
attachment_content_type DT_WSTR 100 False
attachment_size DT_I8 0 False
attachment_height DT_I4 0 False
attachment_width DT_I4 0 False
attachment_deleted DT_BOOL 0 False
attachment_inline DT_BOOL 0 False
attachment_thumbnail_id DT_I8 0 False
attachment_thumbnail_file_name DT_WSTR 255 False
attachment_thumbnail_content_url DT_WSTR 500 False
attachment_thumbnail_url DT_WSTR 500 False
attachment_thumbnail_content_type DT_WSTR 100 False
attachment_thumbnail_size DT_I8 0 False
attachment_thumbnail_height DT_I4 0 False
attachment_thumbnail_width DT_I4 0 False
attachment_thumbnail_deleted DT_BOOL 0 False
attachment_thumbnail_inline DT_BOOL 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.