Function asana::apis::tasks_api::get_tasks_for_project[][src]

pub async fn get_tasks_for_project(
    configuration: &Configuration,
    project_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20023, Error<GetTasksForProjectError>>

Returns the compact task records for all tasks within the given project, ordered by their priority within the project. Tasks can exist in more than one project at a time.