Function retrieve_form_field_with_id

Source
pub async fn retrieve_form_field_with_id(
    configuration: &Configuration,
    field_id: &str,
) -> Result<FormFieldResponse, Error<RetrieveFormFieldWithIdError>>
Expand description

Retrieves the form field with the given Id.