Asana Connector
Documentation
Version: 1
Documentation

EndPoint Download Multiple Attachments


Name

download_attachments

Description

Download Multiple Attachments for a specified parent.There are three possible parent values for this request: project, project_brief, and task. For a project, an attachment refers to a file uploaded to the [Key resources] section in the project Overview. For a project brief, an attachment refers to inline files in the project brief itself. For a task, an attachment refers to a file directly associated to that task. Note that within the Asana app, inline images in the task description do not appear in the index of image thumbnails nor as stories in the task. However, requests made to GET /attachments for a task will return all of the images in the task, including inline images.

Parameters

Parameter Label Required Options Description
ParentId Parent Id (e.g. Id of Project, Task or ProjectBrief) YES Globally unique identifier for object to fetch statuses from. Must be a GID for a project, project_brief, or task.
OverwriteFile OverwriteFile YES
Option Value
True True
False False
SaveFolder SaveFolder YES Specify a disk folder path to save file(s) to
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
StatusCode DT_I4 int False
SavedFilePath DT_WSTR nvarchar(300) 300 False
SavedBytes DT_I8 bigint False
Id DT_WSTR nvarchar(50) 50 False
Name DT_WSTR nvarchar(255) 255 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.