-
Last Updated: 02/13/2018
in Version 5 V5 Objects
The following API calls are currently available for the EmailMessage Sub-Object: GET LIST GET EMAILMESSAGE CREATE EMAILMESSAGE UPDATE EMAIL MESSAGE DELETE EMAILMESSAGE GET LIST - Get a list of all email messages for the...
-
Last Updated: 01/31/2018
in Version 5 V5 Objects
The following API calls are currently available for the SurveyCampaign object: GET LIST GET CAMPAIGN CREATE CAMPAIGN UPDATE/COPY CAMPAIGN DELETE CAMPAIGN GET LIST - Get a list of all of links and campaigns for the speci...
-
Last Updated: 01/31/2018
in Version 5 V5 Objects
The following API calls are currently available for the ContactCustomField object: GET LIST GET CONTACTCUSTOMFIELD CREATE CONTACTCUSTOMFIELD CHANGE/UPDATE CONTACTCUSTOMFIELD DELETE CONTACTCUSTOMFIELD GET LIST - Get a li...
-
Last Updated: 01/15/2018
in Versions 4 and under
You can access the base object types that power SurveyGizmo via the API. Objects include surveys, questions, responses, etc. These objects (for the most part) can be created, modified and deleted via the API. Most objects can also be used to return ...
-
Last Updated: 01/15/2018
in Version 5
You can access the base object types that power SurveyGizmo via the API. Objects include surveys, questions, responses, etc. These objects (for the most part) can be created, modified and deleted via the API. Most objects can also be used to return ...
-
Last Updated: 01/15/2018
in Version 5
The API returns data as json by default, but you can also choose to return data in pson, xml and a 'debug' format. Simply specify the format as the file extension in the url. json restapi.surveygizmo.com/v5/survey/123456/surveypage/1 .json ...
-
Last Updated: 01/15/2018
in Versions 4 and under
The API returns data as json by default, but you can also choose to return data in pson, xml and a 'debug' format. Simply specify the format as the file extension in the url. json restapi.surveygizmo.com/v4/survey/123456/surveypage/1 .json ...
-
Last Updated: 01/15/2018
Note: To view specific examples of return formats and fields, follow the below links: Versions 4 and below Returned Fields Version 5 Returned Fields The API returns data as json by default, but you can also choose to return data in pson, x...
-
Last Updated: 01/04/2018
in REST API Examples
Some users have requested an example call for creating a poll using the REST API. The below call creates a survey object with type=poll . When creating a survey object with type=poll the polloptions array is required. In the below call we specif...
-
Last Updated: 01/04/2018
in REST API Examples
Looking to create an Text Highlighter question via the API? You'll need use the surveyquestion and surveyoption endpoints to fully build out the question. 1. Create the Text Highlighter Question Start by creating the Text Highlighter question with...