Get the survey ID included in the API call to get survey responses? | XM Community
Solved

Get the survey ID included in the API call to get survey responses?


Badge

Is there any setting or any way to have the survey ID included in each response props when using the "export-responses" API to get a survey's responses?
Yes, I can track and add it so when passing between two systems it's there, but, this seems like it should be a standard issue to include the parent survey ID the response is related to in the original export for the response.?

icon

Best answer by bgooldfed 18 May 2022, 07:38

View original

2 replies

Userlevel 5
Badge +25

Hi The_Cleaner,
You are referring to this API workflow right? There is no survey ID in the response, so you'd have to set it manually. If you're exporting a JSON it shouldn't be too hard to add in a loop which appends it to each response.
Good luck!

Badge

Yep. I have a worker queue that processes survey responses fetching and posts them to a reporting tool. I'm adding the survey ID prop to each response, just making sure there wasn't an automatic way I was missing to have it in there. Thanks for the confirmation.

Leave a Reply