The below is my problem description . Please share insights for solving this painpoint.I am not sure if there is a way already existing to solve the below problem as described in steps below:
1.)I created a simple survey which can be accessed in browser easily
2.)I can access this survey from a browser easily ,fill the survey and I can submit it easily
3.)After submitting the survey, I would like to see HTTPS response payload (if we inspect the element in the browser while submitting the survey URL mentioned in step 1) with Q_R(ResponseID) always . Currently am not seeing that and I can see only form session ID which I don’t need .
4.)I am not seeing the ResponseID value in the HTTPS response. My goal is to see the ResponseID(Q_R) in the HTTPS response payload once I submit the survey (upon completion of step 2) .
With this survey, am not getting ResponseID in the HTTPS response. How to ensure that I can get ResponseID always post survey submission in the browser? Is there any setting/reference material you can share and guide us ?
Can you help with this query now?
My goal - After submitting the survey in the browser, I would like to obtain the ResponseID from qualtrics HTTPS response to the survey submission. I would like to use this ResponseID to modify responses via API later . As you know, without the ResponseID, I cannot modify survey responses via API .