Present results

get

If the survey has polling enabled then return the results of the survey, otherwise return a thank_you message.

Path parameters
submission_udidstringRequired

The survey submission's unique ID.

Query parameters
identifierstringRequired

The account's unique ID.

Example: PI-1234567890
Responses
200
Successful response.
application/javascript
Responseone ofExample: {"thank_you": "Thank you for taking this survey!"}
or
get
GET /present_results HTTP/1.1
Host: survey.pulseinsights.com
Accept: */*
{"thank_you": "Thank you for taking this survey!"}

Last updated

Was this helpful?