pub async fn get_tasks_for_tag(
    configuration: &Configuration,
    tag_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20023, Error<GetTasksForTagError>>
Expand description

Returns the compact task records for all tasks with the given tag. Tasks can have more than one tag at a time.