Last updated 9 months ago
Retrieve a survey's questions and possible answers.
The survey's unique ID.
Successful response. Will return empty object if no eligible surveys are found.
const response = await fetch('https://survey.pulseinsights.com/surveys/{survey_id}/questions?identifier=PI-1234567890', { method: 'GET', headers: {}, }); const data = await response.json();
{}