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 DataType Length Raw Description
StatusCode DT_I4 0 False
SavedFilePath DT_WSTR 300 False
SavedBytes DT_I8 0 False
Id DT_WSTR 50 False
Name DT_WSTR 255 False
ResourceSubtype DT_WSTR 50 False
ConnectedToApp DT_BOOL 0 False
CreatedAt DT_DBTIMESTAMP 0 False
DownloadUrl DT_WSTR 500 False
Host DT_WSTR 50 False
ParentId DT_WSTR 50 False
ParentName DT_WSTR 255 False
ParentResourceSubtype DT_WSTR 50 False
PermanentUrl DT_WSTR 500 False
Size DT_I4 0 False
ViewUrl DT_WSTR 500 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.