Api calls to extract video responses | XM Community
Skip to main content
Question

Api calls to extract video responses

  • June 25, 2024
  • 1 reply
  • 83 views

Forum|alt.badge.img

Hello everyone, I am trying to extract the links to all videos recorded by my customers. Is there an API call for this? Or how would anyone suggest doing this?

1 reply

chackbusch
QPN Level 5 ●●●●●
Forum|alt.badge.img+22
  • QPN Level 5 ●●●●●
  • 415 replies
  • July 10, 2024

Hi @tookeowo,

you can use the retrieve response API which provides you per response the file ID:

https://api.qualtrics.com/1179a68b7183c-retrieve-a-survey-response

You can also export all responses by following this guide: 

https://api.qualtrics.com/u9e5lh4172v0v-survey-response-export-guide

Using the file ID, you can create the URL to download the video file (replace brandId and fileId with the actual values): 

https://brandid.qualtrics.com/Q/File.php?F=fileId

Best
Christian