Last updated 10 months ago
Submits all answers for a survey (all at once survey). Records the answers in the database UNLESS preview_mode is 'true'.
The survey submission's unique ID.
Successful response.
"{}"
const response = await fetch('https://survey.pulseinsights.com/submissions/{submission_udid}/all_answers?identifier=PI-1234567890&answers=%5Bobject+Object%5D', { method: 'GET', headers: {}, }); const data = await response.json();
{}