Popular Articles

  1. SurveyQuestion Returned Fields

    Returned fields for the SurveyQuestion sub-object are explained below. Go to the Example Returns section to view return examples for each call type. Returned Fields for the SurveyQuestion Object Field Description ...
  2. 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...
  3. 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 ...
  4. 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 ...
  5. 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] ...
  6. Create a Poll and Poll Answer Options

    Some users have requested an example call for creating a poll using the REST API. The below call creates a survey object with type=poll . When creating a survey object with type=poll the polloptions array is required. In the below call we specif...
  7. EmailMessage Sub-Object

    The following API calls are currently available for the EmailMessage Sub-Object: GET LIST GET EMAILMESSAGE CREATE EMAILMESSAGE UPDATE EMAIL MESSAGE DELETE EMAILMESSAGE GET LIST - Get a list of all of email messages for ...
  8. Version 5 Returned Fields

    The API returns data as json by default, but you can also choose to return data in pson, xml and a 'debug' format. Simply specify the format as the file extension in the url. json restapi.surveygizmo.com/v5/survey/123456/surveypage/1 .json ...
  9. Survey Contacts from an Existing Database

    Pulling contacts from an existing database for the purposes of surveying or other otherwise gathering information is one of the most common uses of the SurveyGizmo API. In this use-case example we'll cover how to create a campaign, add contacts, and...
  10. Filters - Version 5

    Filtering can be used in conjunction with the GET method on the following objects and sub-objects: survey, surveycampaign, surveyresponse, and accountuser. Filtering is not supported in the PUT, POST or DELETE methods. Basic Structure A filter is ...