Last updated 9 months ago
Get results of survey. Or just a thank_you message.
The survey submission's unique ID.
Successful response. HTML with JS which will download and present the survey results.
const response = await fetch('https://survey.pulseinsights.com/results?identifier=PI-1234567890', { method: 'GET', headers: {}, }); const data = await response.json();
text