-
Created On: 04/04/2025
in Version 5 V5 Objects
The following API calls are currently available for the SurveyResponse FILE object: GET SURVEYRESPONSE FILE GET SURVEYRESPONSE FILE - Get a secure download URL for a file uploaded in a survey response. https://api.alchemer.com/v5/surv...
-
Created On: 09/17/2020
This feature is available to enterprise customers. If you are interested, please contact us for more information! If you are an enterprise customer, Webhooks are only accessible to Account Administrators . Account Notification Webhooks allo...
-
Created On: 08/08/2020
in REST API Examples
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/surveyq...
-
Created On: 08/08/2020
in REST API Examples
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 ...
-
Created On: 08/08/2020
in REST API Examples
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 the be...
-
Created On: 08/08/2020
in REST API Examples
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 with...
-
Created On: 08/08/2020
in REST API Examples
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...
-
Created On: 08/08/2020
in REST API Examples
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, and se...
-
Created On: 08/08/2020
in REST API Examples
Some users have requested example scripts to parse the basic survey response array into something more malleable for working with the data. The following example is very similar to code we use to organize survey data into an array that is easier to ...
-
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 Alchemer is an older version of what is currently in place. We strongly recommend explo...