Popular Articles

  1. Authentication

    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...
  2. Versions & Methods

    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...
  3. API Request Limits

    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...
  4. V5 Objects

    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 ...
  5. SurveyResponse Sub-Object

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

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

    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 ...
  8. 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 ...
  9. SurveyResponse Sub-Object v5

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