EndPoint Read Attachment
Name
get_attachment
Description
Read attachment information [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
attachment_id | Attachment ID | YES |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
attachment_id |
DT_I8
|
bigint
|
False |
||
attachment_file_name |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
attachment_content_url |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
attachment_url |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
attachment_content_type |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
attachment_size |
DT_I8
|
bigint
|
False |
||
attachment_height |
DT_I4
|
int
|
False |
||
attachment_width |
DT_I4
|
int
|
False |
||
attachment_deleted |
DT_BOOL
|
bit
|
False |
||
attachment_inline |
DT_BOOL
|
bit
|
False |
||
attachment_thumbnail_id |
DT_I8
|
bigint
|
False |
||
attachment_thumbnail_file_name |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
attachment_thumbnail_content_url |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
attachment_thumbnail_url |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
attachment_thumbnail_content_type |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
attachment_thumbnail_size |
DT_I8
|
bigint
|
False |
||
attachment_thumbnail_height |
DT_I4
|
int
|
False |
||
attachment_thumbnail_width |
DT_I4
|
int
|
False |
||
attachment_thumbnail_deleted |
DT_BOOL
|
bit
|
False |
||
attachment_thumbnail_inline |
DT_BOOL
|
bit
|
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. |
Examples
SSIS
Use Zendesk Connector in API Source component to read data or in API Destination component to read/write data:
Read Attachment using API Source
Zendesk
Read Attachment

Read Attachment using API Destination
Zendesk
Read Attachment
