Function asana::apis::tags_api::get_tags[][src]

pub async fn get_tags(
    configuration: &Configuration,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>,
    workspace: Option<&str>
) -> Result<InlineResponse20022, Error<GetTagsError>>

Returns the compact tag records for some filtered set of tags. Use one or more of the parameters provided to filter the tags returned.