Asana Connector
Documentation
Version: 1
Documentation

EndPoint Download Attachment


Name

download_attachment

Description

Download a specific attachment by Id.

Parameters

Parameter Label Required Options Description
AttachmentId Attachment ID YES The attachment Id for the attachment to get.
Fields Fields NO
Option Value
name name
resource_subtype resource_subtype
connected_to_app connected_to_app
created_at created_at
download_url download_url
host host
parent parent
parent.name parent.name
parent.resource_subtype parent.resource_subtype
permanent_url permanent_url
size size
view_url view_url

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_WSTR nvarchar(50) 50 False
StatusCode DT_I4 int False
Name DT_WSTR nvarchar(255) 255 False
Path DT_WSTR nvarchar(4000) 4000 False
ResourceSubtype DT_WSTR nvarchar(50) 50 False
ConnectedToApp DT_BOOL bit False
CreatedAt DT_DBTIMESTAMP datetime False
DownloadUrl DT_WSTR nvarchar(500) 500 False
Host DT_WSTR nvarchar(50) 50 False
ParentId DT_WSTR nvarchar(50) 50 False
ParentName DT_WSTR nvarchar(255) 255 False
ParentResourceSubtype DT_WSTR nvarchar(50) 50 False
PermanentUrl DT_WSTR nvarchar(500) 500 False
Size DT_I4 int False
ViewUrl DT_WSTR nvarchar(500) 500 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.