How do I get aggregated survey results from the api?

  • cstolze
    Asked on May 30, 2014 at 2:13 PM

    For example, if I had a form that has a star rating field, I'd like to get a single value that represents the average off all completed entries.

    Or, for a multiple choice question, get each answer, and the number of times each answer has been selected.

     

    All I can find so far is how to get individual entries, which would require aggregation on our end after each request.