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
identifierstringRequiredExample:
The account's unique ID.
PI-1234567890
Responses
200
Successful response.
application/javascript
Responseone ofExample:
{"thank_you": "Thank you for taking this survey!"}
or
400
Error response.
text/plain
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?