Last updated 7 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', { method: 'GET', headers: {}, }); const data = await response.json();
{}