Updated Articles

  1. SurveyCampaign Sub-Object v5

    The following API calls are currently available for the SurveyCampaign object: GET LIST GET CAMPAIGN CREATE CAMPAIGN UPDATE/COPY CAMPAIGN DELETE CAMPAIGN Note : Alchemer API cannot be used to create SMS campaig...
  2. SurveyQuestion Sub-Object

    The following API calls are currently available for the SurveyQuestion object: GET LIST GET SURVEYQUESTION CREATE SURVEYQUESTION UPDATE SURVEYQUESTION DELETE SURVEYQUESTION For info on returned fields and example returns go t...
  3. 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 ....
  4. US, EU, or Canada API

    All of our API resources will use api.alchemer.com in example calls, however, if you are using an EU or Canadian account, your calls must use either the api.alchemer.eu or api.alchemer-ca.com domains. Not sure if your account is US, EU, or Can...
  5. Create a Text Highlighter Question via the API

    Looking to create an Text Highlighter question via the API? You'll need use the surveyquestion and surveyoption endpoints to fully build out the question. 1. Create the Text Highlighter Question Start by creating the Text Highlighter question ...
  6. Create an Image Heatmap Question via API

    Looking to create an Image Heatmap question via the API? You'll need use the surveyquestion and surveyoption endpoints to fully build out the question. 1. Create the Image Heatmap Question Start by creating the Image Heatmap question with th...
  7. 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 Alchemer API. In this use-case example we'll cover how to create a campaign, add contacts, an...
  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. 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...
  10. Create a Table Question via the API

    Did you know you can create a table question via the API?! You'll need a call to create the overall question and then a call for each row and column. Create the overall table question: https://api.alchemer.com/v5/survey/123456/surveypage/1/sur...