pub async fn retrieve_email_template_with_id(
configuration: &Configuration,
email_template_id: &str,
x_fusion_auth_tenant_id: Option<&str>
) -> Result<EmailTemplateResponse, Error<RetrieveEmailTemplateWithIdError>>
Expand description
Retrieves the email template for the given Id. If you don’t specify the id, this will return all the email templates.