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
identifierstringRequired

The account's unique ID.

Example: 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
preview_modestringOptional

If 'true' then nothing will be recorded in the database.

Example: true
Responses
200
Successful response.
application/javascript
ResponsestringExample: {}
get
GET /submissions/{submission_udid}/all_answers HTTP/1.1
Host: survey.pulseinsights.com
Accept: */*
{}

Last updated

Was this helpful?