findAnswersByAssessment()
returns individual form answers for a specific question scoped to a specific assessment cycle, optionally filtered by date range this is the answer level equivalent of findresponsesbyassessment() — useful when you want to aggregate scores or values from a single question across all participants in a given review cycle syntax findanswersbyassessment(question, assessment\[, from]\[, until]) parameters parameter type description question string docid\ ujw2aqaktel5uuklup73s name or id of the question/field to retrieve answers for assessment string docid\ ujw2aqaktel5uuklup73s name or id of the assessment cycle 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 findanswersbyassessment('managerreviewrating', 'q3 2024 performance review') mean{answervalue} returns the average manager review rating across all participants in the q3 2024 cycle findanswersbyassessment('managerreviewrating', 'q3 2024 performance review') groupby{target department} mean{answervalue} breaks down the average manager review rating by department for the specified cycle
