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

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

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