findAnswers()
returns individual form answers for a specific question across all form submissions, optionally filtered by date range while findresponses() returns whole form submissions, findanswers() drills down to the level of a single question — letting you aggregate or analyze the values given for a specific field across many responses syntax findanswers(question\[, from]\[, until]) parameters parameter type description question string docid\ ujw2aqaktel5uuklup73s name or id of the question/field to retrieve answers for from timestamp docid\ j1ufztc3 yprdi3ucin3u starting point of the date range to traverse (inclusive) until timestamp docid\ j1ufztc3 yprdi3ucin3u ending point of the date range to traverse (exclusive) return type list docid\ xwh cukhj9waqaefb7h71 < formanswer docid\ pjyhwzhyk83aoscqv k6l > examples findanswers('managerreviewrating', ' 365d') mean{answervalue} returns the average manager review rating submitted across the organization in the past year findanswers('ooorating', intervalfrom, intervaluntil) groupby{submitperson} mean{answervalue} in a dashboard, returns the average 1 1 performance self rating per person over the dashboard's time interval see also findanswersbyform() — scope answers to a specific form findanswersbyassessment() — scope answers to a specific assessment cycle findanswersbytarget() — scope answers about a specific person
