asn_tasks_find_all: Returns the compact task records for some filtered set of...

View source: R/tasks.R

asn_tasks_find_allR Documentation

Returns the compact task records for some filtered set of tasks. Use one or more of the parameters provided to filter the tasks returned. You must specify a 'project' or 'tag' if you do not specify 'assignee' and 'workspace'.

Description

Returns the compact task records for some filtered set of tasks. Use one or more of the parameters provided to filter the tasks returned. You must specify a 'project' or 'tag' if you do not specify 'assignee' and 'workspace'.

Usage

asn_tasks_find_all(..., options = list())

Arguments

...

Object Parameters for the request [assignee] : String The assignee to filter tasks on. [project] : Id The project to filter tasks on. [section] : Id The section to filter tasks on. [workspace] : Id The workspace or organization to filter tasks on. [completed_since] : String Only return tasks that are either incomplete or that have been completed since this time. [modified_since] : String Only return tasks that have been modified since the given time.

See Also

Other tasks: asn_tasks_add_comment, asn_tasks_add_dependencies, asn_tasks_add_dependents, asn_tasks_add_followers, asn_tasks_add_project, asn_tasks_add_subtask, asn_tasks_add_tag, asn_tasks_create_in_workspace, asn_tasks_create, asn_tasks_delete, asn_tasks_dependencies, asn_tasks_dependents, asn_tasks_find_by_id, asn_tasks_find_by_project, asn_tasks_find_by_section, asn_tasks_find_by_tag, asn_tasks_projects, asn_tasks_remove_dependencies, asn_tasks_remove_dependents, asn_tasks_remove_followers, asn_tasks_remove_project, asn_tasks_remove_tag, asn_tasks_search, asn_tasks_stories, asn_tasks_subtasks, asn_tasks_tags, asn_tasks_update, asn_tasks


datacamp/asana documentation built on Sept. 18, 2023, 8:51 a.m.