pub async fn retrieve_form_with_id(
    configuration: &Configuration,
    form_id: &str
) -> Result<FormResponse, Error<RetrieveFormWithIdError>>
Expand description

Retrieves the form with the given Id.