Rest Api - Get Survey Questions

Rest Api - Get Survey Questions

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
  1. authToken
    1. Required from authent
    2. You can generate a new token using the Testimonial Tree dashboard https://www.testimonialtree.com/secure/Settings/API.aspx
  2. surveyID
    1. Scopes the results to a specific survey. 
    2. You can find this id in the testimonial tree dashboard by viewing the manage survey page. https://www.testimonialtree.com/secure/survey/
  3. userToLookup
    1. Testimonial Tree user id. If this parameter is passed it, the results will be scoped to only this user. 
  4. startDate
    1. Will only return results for answers that came in on or after this date.
    2. Format - 5/1/2021
  5. endDate
    1. Will only return results for answers that were submitted before or on this date. 
    2. Format - 5/5/2021
  6. locations
    1. If this parameter is included, then the results will be scoped to all users within the locations. 
    2. Format- comma seperated string of locations ids, found in testimonial tree. 
      1. &locations=9043,9034,098
  7. teams
    1. If this parameter is included, then the results will be scoped to all users within the teams. 
    2. Format- comma seperated string of team ids, found in testimonial tree. 
      1. &locations=9043,9034,098

    • Related Articles

    • Sample Survey Questions: Real Estate

      Here are some example survey questions that some brokerages ask after a real estate closing.  Ideally, your survey is fairly short and the questions you choose are actionable.  Example Questions: Given the need to buy or sell a home in the same ...
    • Manually Request a Survey

      If you are not using an automated feed, or if you need to send a survey that may have not been sent through a feed, you can send a survey manually. Note that this feature is only available to the parent account, not a child/user account. Step 1: From ...
    • MoxiWorks: Integration

      Real Estate brokerages may enable the Testimonial Tree API and MoxiWorks API interface and/or enable Testimonial Tree widgets to automate one or more of the capabilities below. These are all possible integrations, but are controlled by the brokerage ...
    • Survey Request Automation

      One of the keys to success using the Testimonial Tree system is its automation features. Automating survey/feedback requests after a recent event (transaction, visit, etc) helps maximize response rates and makes things easier for our customers. ...
    • How to View Survey Results and Reports

      You may want to run weekly, monthly or quarterly reports of your completed surveys. There are two places you can view survey reports: the Survey Dashboard and Survey Requests Sent. Survey Dashboard Step 1:  From the Dashboard, select Reports from the ...