Hello, I’m using a curl/php to get data from the API with this URL
CURLOPT_URL => 'https://api.typeform.com/forms/'.$formId.'/responses?&included_response_ids='.$responseId,
I can see that answers are being returned but no information around the thank you screen is and I really need to track this. It seems silly to only return answers without what thank you page the user landed on. I can see via the network tab that there is a “complete-submission” obj with a “thankyou_screen_ref” key-value pair but nothing when calling the API. How do I get this “thankyou_screen_ref” data returned? Or how do I tell what landing screen the user was on when submitting the form?
Please help. My thanks in advance.
Answered
How to get "thankyou_screen_ref" returned with the response api?
Best answer by mathio-tf
Hi
In the meantime - if you know the logic to display different thank you screens you should be able to “calculate” which thank you screen was displayed from the answers returned by the Response API.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.