Advanced
Parameter Description Value
token (Required) Your API Token
pretty (Optional) true means the response json will include white space for readability. Default is false.
form_id (Required) The id of the form.
limit (Optional) The maximum number of responses to return. Max 1000. Defaults to 100. Use page to fetch additional responses.
page (Optional) The page of responses to return. Defaults to 1. The response field paging.last_page tells you what the last valid page number is.
observer_id (Optional) Filters responses by the user id of the observer.
before (Optional) Only include responses submitted before the given date. Should be formatted as the number of milliseconds since 1970.
after (Optional) Only include responses submitted after the given date. Should be formatted as the number of milliseconds since 1970.
updated_before (Optional) Only include responses that have been updated before the given date. Should be formatted as the number of milliseconds since 1970.
updated_after (Optional) Only include responses that have been updated after the given date. Should be formatted as the number of milliseconds since 1970.
format (Optional) Choose whether the response should be in `json` or `csv` format. `json` is the default.
columns (Optional) The column names that should be fetched. If no columns are provided then all columns will be returned.
response_ids (Optional) The response ids that should be fetched. May not be an empty array. If this is omitted or empty then all responses are included.
deleted (Optional) false (default): only returns non-deleted responses. true: only returns deleted responses.
skip_field_id_mapping (Optional) CSV format only. false (default): includes field-id to field-title mapping row. true: omits field-id to field-title mapping row.
skip_field_id_mapping_json (Optional) JSON format only. false (default): includes field-id to field-title mapping row. true: omits field-id to field-title mapping row.
force_date_format (Optional) Forces all date formats to conform to: YYYY-MM-DD HH:mm:ss