Documentation

util.forms.form_response_from_form_id

Get a form response dict from a form string ID. If the form response does not exist, None is returned.

Arguments:

def util.forms.form_response_from_form_id(
  form_id: str = None,
):

Returns a dictionary of a form response or None. For the structure of form responses, see Library_API_Dictionaries.

Example:

form_response = util.forms.form_response_from_form_id(form_id="foo")