Updated Articles

  1. ContactListContact Sub-Object v5

    The following API calls are currently available for the ContactListContact object: GET LIST GET CONTACTLISTCONTACT CREATE CONTACTLISTCONTACT UPDATE CONTACTLISTCONTACT DELETE CONTACTLISTCONTACT GET LIST - Get a list of a...
  2. Create a Table Question via the API

    Did you know you can create a table question via the API?! You'll need a call to create the overall question and then a call for each row and column. Create the overall table question: https://restapi.surveygizmo.com/v5/survey/123456/surveypage/1/...
  3. Survey Object v5

    The following API calls are currently available for the Survey object: GET LIST GET SURVEY CREATE SURVEY UPDATE/COPY SURVEY DELETE SURVEY For info on returned fields and example returns go to Survey Object Returned Fields ....
  4. SurveyResponse Sub-Object v5

    The following API calls are currently available for the SurveyResponse object: GET LIST Filtering SurveyResponse Returns GET SURVEYRESPONSE CREATE SURVEYRESPONSE UPDATE SURVEYRESPONSE DELETE SURVEYRESPONSE For info on re...
  5. Restrict API Access

    The SurveyGizmo API (Application Programming Interface) is used to integrate SurveyGizmo into just about anything. If you wish to restrict access to the API altogether or restrict specific types of calls we have settings to help you do just this! T...
  6. SurveyResponse Return Per Question Type v5

    This document includes specifics of the SurveyResponse return for all fields in SurveyGizmo that collect data, including all question types, other textboxes, other row headers and comment fields. IDs and reporting values are essential for identifyin...
  7. SurveyResponse Return Per Question Type

    This document includes specifics of the SurveyResponse return for all fields in SurveyGizmo that collect data, including all question types, other textboxes, other row headers and comment fields. IDs and reporting values are essential for identifyin...
  8. Account Webhooks: Receive Survey and Response Notifications

    Account Notification Webhooks allow you to receive notifications regarding activity in your account via an HTTP POST to an external URL. Webhooks are typically used by developers to register endpoints that will be notified when activities of their ...
  9. SurveyResponse Returned Fields v5

    Returned fields for the SurveyResponse object are explained below. Go to the Example Returns section to view return examples for each call type. Returned Fields for the SurveyResponse Object Field Description Format id Response ID st...
  10. Survey Contacts from an Existing Database

    Pulling contacts from an existing database for the purposes of surveying or other otherwise gathering information is one of the most common uses of the SurveyGizmo API. In this use-case example we'll cover how to create a campaign, add contacts, and...