Overview
This endpoint will return each survey question for a specific survey, with its answers and answer counts. The results could be scoped to the entire organization if the auth token being used is associated to the admin account, or scoped to specific users by using the filters provided below.
URL
Filters
- authToken
- Required from authent
- You can generate a new token using the Testimonial Tree dashboard https://www.testimonialtree.com/secure/Settings/API.aspx
- surveyID
- Scopes the results to a specific survey.
- You can find this id in the testimonial tree dashboard by viewing the manage survey page. https://www.testimonialtree.com/secure/survey/
- userToLookup
- Testimonial Tree user id. If this parameter is passed it, the results will be scoped to only this user.
- startDate
- Will only return results for answers that came in on or after this date.
- Format - 5/1/2021
- endDate
- Will only return results for answers that were submitted before or on this date.
- Format - 5/5/2021
- locations
- If this parameter is included, then the results will be scoped to all users within the locations.
- Format- comma seperated string of locations ids, found in testimonial tree.
- &locations=9043,9034,098
- teams
- If this parameter is included, then the results will be scoped to all users within the teams.
- Format- comma seperated string of team ids, found in testimonial tree.
- &locations=9043,9034,098