Is there a way to get the survey count totals using the SurveyMonkey API?

I have been working with the SurveyMonkey API for a few days now.

My ultimate goal is to be able to gather the voting results for each question in a survey.

For example... if I have a 5 question survey and each question has 3 options/answers... I'd like to gather the results of each question/option.

From what I'm finding in the API documentation... this is not possible.

Can this really not be possible?

Is there a way to gather the results of each question/answer combo using the API?

I hope I'm simply overlooking something.

Thanks!

Upvotes: 1

Views: 288

Answers (1)

Miles Cederman-Haysom
Miles Cederman-Haysom

Reputation: 1134

It is definitely possible to get this kind of information - you can get the metadata of the survey via the API and all response data. How you process and parse that is up to you.

The most common use case to get a list of survey results is done the following way:

Upvotes: 0

Related Questions