Retrieve survey responses | XM Community
Question

Retrieve survey responses

  • 16 February 2024
  • 1 reply
  • 43 views

Badge

Hello, friends, I need to retrieve the answers to my research, but I didn't find which API I should use, can you tell me.

Thanks


1 reply

Badge +1

You will need 3 API Calls to retrieve the responses:

  1. Start Response Export: 
    •Starts an export of a survey's responses. You can define the format in which you want to extract the responses.
  2. Get Response Export Progress
    •Retrieves the progress of the response export. Please note you will exportProgressId find the in the Export Responses POST response in the progressID field.
    3. Get Response Export File
    •Retrieves the response export file after the file export process completes. 
     
    Hope this helps :)

Leave a Reply