All answers
get
Submits all answers for a survey (all at once survey). Records the answers in the database UNLESS preview_mode is 'true'.
Path parameters
submission_udidstringRequired
The survey submission's unique ID.
Query parameters
identifierstringRequiredExample:
The account's unique ID.
PI-1234567890
client_keystringOptional
Used to identify a user across devices and advanced survey targeting. See https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/client-key for more details.
custom_datastringOptional
Also known as "Context Data". Used to specify context in which the survey appeared. See https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/ingesting-contextual-data-for-targeting-and-analysis#context-data for more details.
preview_modestringOptionalExample:
If 'true' then nothing will be recorded in the database.
true
Responses
200
Successful response.
application/javascript
ResponsestringExample:
{}
400
Error response.
text/plain
get
GET /submissions/{submission_udid}/all_answers HTTP/1.1
Host: survey.pulseinsights.com
Accept: */*
{}
Last updated
Was this helpful?