-
Last Updated: 08/15/2019
in Version 5 V5 Objects
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...
-
Last Updated: 05/29/2019
in REST API Examples
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/...
-
Last Updated: 05/29/2019
in Version 5 V5 Objects
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 ....
-
Last Updated: 03/21/2019
in Version 5 V5 Objects
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...
-
Last Updated: 03/21/2019
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...
-
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...
-
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...
-
Last Updated: 01/09/2019
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 ...
-
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...
-
Last Updated: 07/09/2018
in REST API Examples
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...