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

Api calls to extract video responses

  • 25 June 2024
  • 1 reply
  • 22 views

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

Userlevel 5
Badge +17

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

Leave a Reply