Documentation

api.forms.form_response_from_form_id_with_evaluated_scripts

Fetch a form response with the form response row visibilities computed as the key 'values_show_if_scripts' in the result dictionary.

Arguments:

def api.forms.form_response_from_form_id_with_evaluated_scripts(
  form_id: str = None, # Form ID to fetch for the response for a given reservation
):

Returns a dict value with a form response object that has values_show_if_scripts included as a key. The values_show_if_scripts value is a dictionary which has form row ID -> visibility.

Example:

fr = api.forms.form_response_from_form_id_with_evaluated_scripts(form_id="foo")