-
Last Updated: 08/31/2020
Fill out our request form to be notified of critical updates/changes to the SurveyGizmo RestAPI. To access your account via the API you'll need to create an API Key and API Secret Key for authentication. Admin Users To obtain an API Key and API...
-
Last Updated: 11/13/2017
The API has multiple versions that are used to prevent changes to the API from negatively impacting your application. Development of new features will always be on the most current version of the API. Development on previous versions of the API will...
-
Last Updated: 03/08/2022
Is there a rate limit of API requests? Professional and Full Access accounts - 240 requests per minute Legacy Basic accounts - 30 requests per minute Legacy Professional - 60 requests per minute Legacy Team & Enterprise - 120 requests per minu...
-
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 ...
-
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: 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: 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: 08/26/2019
in REST API Examples
The following code uses the OAuth Client library found here: (http://code.google.com/p/oauth-php/) -- but any library will work. /**
* testapiAction
* The following code tests the OAUTH authentication method of our API.
* It uses the ...
-
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/13/2017
in Versions 4 and under
Note: The following information referes to versions 4 and under of the API. Access version 5 filtering information here . Filtering can be used in conjunction with the GET method on the following objects and sub-objects: survey, surveycampaign, su...