findResponsesByTarget()
returns form responses for a specific form where the target (the person the form is about) matches a given person, optionally filtered by date range useful when you want to retrieve all responses written about a particular employee — for example, all manager reviews submitted about a specific person syntax findresponsesbytarget(form, target\[, from]\[, until]) parameters parameter type description form string docid\ ujw2aqaktel5uuklup73s name or id of the form target person the person the form responses are about 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 < formresponse docid\ lihl9i6dr0einbnndg2ec > examples findresponsesbytarget('360 feedback', person, ' 365d') count() counts the number of 360 feedback responses submitted about the current person in the past year findresponsesbytarget('manager review', person, intervalfrom, intervaluntil) mean{answervalue reviewscore} in a dashboard, returns the average manager review score for the current person over the dashboard's time interval
