Endpoints
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 |
---|---|---|
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 Allocations | get_allocations | |
Get Attachments (For Project refer to Key-Resources Upload only) | 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. |
Get Goals | get_goals | |
Get Memberships | get_memberships | |
Get Portfolio Custom Fields | get_portfolio_custom_fields | |
Get Portfolios | get_portfolios | |
Get Project (Single) | get_project | |
Get Project Custom Fields | get_project_custom_fields | |
Get Project Section | get_project_section | |
Get Project Sections | get_project_sections | |
Get Projects | get_projects | |
Get Sub Tasks | get_subtasks | Only enter TaskId if QueryBy=task else you may get error. |
Get Tags | get_tags | |
Get Task (Single) | get_task | |
Get Tasks | get_tasks | |
Get Time Tracking Entries | get_time_tracking_entries | |
Get User (Single) | get_user | |
Get User Task Lists | get_user_task_lists | |
Get Users | get_users | |
Get Workspace (Single) | get_workspace | |
Get Workspace Custom Fields | get_workspace_custom_fields | |
Get Workspace Tasks | get_workspace_tasks | Get tasks for all projects in a specified workspace (or default workspace). |
Get Workspace Teams | get_workspace_teams | Returns records for all teams in the workspace visible to the authorized user. |
Get Workspaces | get_workspaces | |
Search Tasks (Advanced Filter) | search_tasks | Search tasks with in a specified workspace (or default workspace) using advanced server side filters. |
Make Generic API 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. |
Make Generic API Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. 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. |