get
https://api.controlup.com/edge/api/user-sentiment/results
Returns one row for each time a survey was opened, started, or completed. Optionally, use the include_answers parameter to also return survey answers.
If you are interested only in returning survey completions (results), you should add a filter to return only rows with type=Result. While you can use this endpoint to view all answers in a survey result, you can't query the endpoint based on the answers. To query survey answers, you can use GET /user-sentiment/results/answers/raw.
You can either:
- Use
queryto use an OpenSearch query. Note that you can't create an OpenSearch query using the request builder built into the documentation. - Use the remaining query parameters to query your survey results.
Required permissions:
- View, Create, Edit and Delete Surveys
- View Results from other Users surveys
500Something went wrong at the API service.
