-
Last Updated: 10/22/2019
in Version 5 V5 Objects
The following API calls are currently available for the Quotas object: GET LIST GET QUOTAS CREATE QUOTAS UPDATE QUOTAS DELETE QUOTAS EXAMPLES GET LIST - Get a list of all of your survey quotas. https://restapi.surv...
-
Last Updated: 10/17/2019
in Version 5 V5 Objects
The following API calls are currently available for the reporting object: Jump to GET LIST Jump to GET REPORT Jump to CREATE REPORT Jump to UPDATE REPORT Jump to DELETE REPORT GET LIST - Get a list of all of your Standard Rep...
-
Last Updated: 10/17/2019
in Version 5 V5 Objects
The following API calls are currently available for the report element object: Jump to GET REPORT ELEMENT Jump to CREATE REPORT ELEMENT Jump to DELETE REPORT ELEMENT GET REPORT ELEMENT - Get information about a specified Standard R...
-
Last Updated: 10/04/2019
in Version 5 V5 Objects
The following API calls are currently available for the SurveyReport object. The SurveyReport object only accesses the following report types: Summary, TURF and Profile. GET LIST GET SURVEYREPORT UPDATE SURVEYREPORT DELETE SURVEYREPO...
-
Last Updated: 09/30/2019
All of our API resources will use restapi.surveygizmo.com in example calls, however, if you are using an EU or Canadian account, your calls must use either the restapi.surveygizmo.eu or restapica.surveygizmo.com domains. Not sure if your accou...
-
Last Updated: 09/17/2019
in Version 5 V5 Objects
The GET LIST call is the only call available for the Survey Statistic Sub-Object. GET LIST - Get a list of statistics for all questions in a specified survey. https://restapi.surveygizmo.com/v5/survey/123456/surveystatistic Parameters E...
-
Last Updated: 09/16/2019
in Version 5 V5 Objects
The GET LIST call is the only call available for the Account object. Resellers can create new accounts (contact sales@sgizmo.com to learn more). GET LIST - Get details regarding your SurveyGizmo account. Get requests will cache for 60 seconds...
-
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[id] ...
-
Last Updated: 09/09/2019
SurveyGizmo offers a number of features that can simplify keeping data safe in your account while using the API and other advanced features available to developers. This article is an overview of security from a developers point of view. Who has ...
-
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 ...