Asana Connector
Documentation
Version: 1
Documentation

EndPoints for Asana Connector


On this page you will see possible API actions you can perform with Asana connector. We will refer this as API EndPoint or just EndPoint.

Label Name Description
Get Workspaces get_workspaces
Get Workspace (Single) get_workspace
Get Projects get_projects
Get Project (Single) get_project
Get Tasks get_tasks
Get Task (Single) get_task
Get Workspace Teams get_workspace_teams Returns records for all teams in the workspace visible to the authorized user.
Get Project Sections get_project_sections
Get Project Section get_project_section
Get Users get_users
Get User (Single) get_user
Get Allocations get_allocations
Get Attachments get_attachments 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.
Download Attachment download_attachment Download a specific attachment by Id.
Download Multiple Attachments download_attachments 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.
Get Portfolios get_portfolios
Get Goals get_goals
Get Workspace Custom Fields get_workspace_custom_fields
Get Project Custom Fields get_project_custom_fields
Get Portfolio Custom Fields get_portfolio_custom_fields
Get User Task Lists get_user_task_lists
Get Memberships get_memberships
Get Tags get_tags
Get Time Tracking Entries get_time_tracking_entries
Generic Request generic_request This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.