Updated Articles

  1. Quotas Sub-Object v5

    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...
  2. [BETA] Reporting Object

    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...
  3. [BETA] ReportElement Object

    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...
  4. SurveyReport Sub-Object v5

    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...
  5. US, EU, or Canada API

    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...
  6. SurveyStatistic Sub-Object v5

    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...
  7. Account Object v5

    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...
  8. Survey Returned Fields v5

    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] ...
  9. Security and Developers' Tools FAQ

    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 ...
  10. PHP: OAuth Sample Code

    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 ...