Updated Articles

  1. 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...
  2. SurveyContact Sub-Object v5

    Contact 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 stored at the account level. This means that changes to the ...
  3. Survey Object

    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 ....
  4. AccountUser Object

    The following API calls are currently available for the AccountUser object: GET LIST GET ACCOUNTUSER CREATE ACCOUNTUSER UPDATE ACCOUNTUSER DELETE ACCOUNTUSER GET LIST - Get a list of all of your users. https://api.surv...
  5. AccountTeams Object

    The following API calls are currently available for the AccountTeams object: GET LIST GET ACCOUNTTEAMS CREATE ACCOUNTTEAMS UPDATE ACCOUNTTEAMS DELETE ACCOUNTTEAMS GET LIST  - Get a list of all of your teams. https://api...
  6. 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...
  7. Account Object

    The GET LIST call is the only call available for the Account object. Resellers can create new accounts (contact onboarding@sgizmo.com to learn more). V4 of SurveyGizmo is an older version of what is currently in place. We strongly recommend ex...
  8. AccountUser Object v5

    Note: The AccountUser Object is only accessible to Account Administrator users. The following API calls are currently available for the AccountUser object: GET LIST GET ACCOUNTUSER CREATE ACCOUNTUSER ...
  9. SurveyQuestion Sub-Object v5

    The following API calls are currently available for the SurveyQuestion object: GET LIST GET SURVEYQUESTION CREATE SURVEYQUESTION UPDATE SURVEYQUESTION DELETE SURVEYQUESTION GET LIST - Get a list of all of your survey qu...
  10. [BETA] Results Object

    The GET is the only call available for the results object. GET RESULTS - Get the aggregated results for a specified Question. https://restapi.surveygizmo.com/v5/survey/[id]/results?options[type]=[string] Parameters Example Required ...