For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
or
get/present_results
GET /present_results?identifier=PI-1234567890 HTTP/1.1
Host: survey.pulseinsights.com
Accept: */*
{"thank_you": "Thank you for taking this survey!"}

Last updated

Was this helpful?