-
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 ....
-
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
F...
-
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: 01/04/2018
in REST API Examples
Some users have requested example scripts to parse the basic survey response array into something more malleable for working with the data. The following example is very similar to code we use to organize survey data into an array that is easier to ...
-
Returned fields for the Survey object are explained below. Go to the Example Returns section to view return examples for each call type. Returned Fields for the Survey Object Field Description Format id Survey ID string team ...
-
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/...
-
Note: Contacts records are stored within our system using the email address as the key. A single record per email address is stored per account. Email address and all standard contact fields are are stored at the account level. This means that chan...
-
The following API calls are currently available for the SurveyQuestion object: GET LIST GET SURVEYQUESTION CREATE SURVEYQUESTION UPDATE SURVEYQUESTION DELETE SURVEYQUESTION For info on returned fields and example returns go t...
-
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/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 ...