Is it possible to get a count of complete responses through the API? | XM Community
Skip to main content
Solved

Is it possible to get a count of complete responses through the API?

  • December 11, 2018
  • 4 replies
  • 331 views

Forum|alt.badge.img
I am accessing response counts of a survey through the Get Survey API, but all I can see is an overall responseCount. Is there a way to get the count of completed responses only? For example, I have a survey where the responseCount is 2089, but I know that only 1719 respondents finished the survey. I have an embedded variable called "complete", so I basically want a response count for the responses where complete == 1.

Best answer by epeterson

I'm just going to multiply the total response count by our typical complete rate to get an estimate.
View original

4 replies

NK_Tripathi
QPN Level 2 ●●
Forum|alt.badge.img+3
  • QPN Level 2 ●●
  • 21 replies
  • December 18, 2018
That's a great question! I don't think currently any open API provide this functionality. If you can share whats the end goal you are trying to achieve, we can think of some alternative.

Forum|alt.badge.img
  • Author
  • 13 replies
  • Answer
  • December 19, 2018
I'm just going to multiply the total response count by our typical complete rate to get an estimate.

Tim
Level 2 ●●
Forum|alt.badge.img+5
  • Level 2 ●●
  • 31 replies
  • March 27, 2020
Has anyone figured out how to get the count of completed responses only by survey?

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5909 replies
  • March 27, 2020
> @Tim said:
> Has anyone figured out how to get the count of completed responses only by survey?

You can export all the responses with the API and count them.

A much easier way is to set up a Quota that counts completes. Then use the API to get the quota count.

Leave a Reply