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.
pub async fn retrieve_form_field_with_id(
configuration: &Configuration,
field_id: &str,
) -> Result<FormFieldResponse, Error<RetrieveFormFieldWithIdError>>
Retrieves the form field with the given Id.