Yes we can externally create reports for a single response as desired.
Yes we can externally create reports for a single response as desired.
That does not sound like what I’m trying to do. I just want to create a hyperlink that takes a user to a single response in Qualtrics using the survey id and response id.
I was really hoping I could do something similar to how to get a single response using the API:
/API/v3/surveys/SURVEY_ID/responses/RESPONSE_ID
Yes we can externally create reports for a single response as desired.
That does not sound like what I’m trying to do. I just want to create a hyperlink that takes a user to a single response in Qualtrics using the survey id and response id.
I was really hoping I could do something similar to how to get a single response using the API:
/API/v3/surveys/SURVEY_ID/responses/RESPONSE_ID
Yes using the same API in an external system or in a separate survey we can create a report.
again, that is not what I’m asking. Just trying to create a link to a single survey response.
@john_palmer This form of retake link will give you the graphical view:
https://mycompany.qualtrics.com/jfe/form/<Survey ID>?Q_R=<Response ID>&Q_R_DEL=1
However, viewer might have the ability to edit the response. i.e graphical view of the full response available with survey editor. Response result is gonna be ugly table because of resource saving, you only viewing it.
Hope this helps