survey
The following operations are supported. For a formal definition, please review the Service Description.
-
adjustSurveyFieldOrder
This method allows you to change the order of (a) specified surey field on a survey. -
answerSurvey
This method allows you to provide answers to a survey. -
assignSurveyGroup
This method is used to create or update surveys assigned to a group. -
attachQuestionToSurvey
This method allows you to attach a survey question to a survey. -
copySurveyTemplate
This method returns a survey and all of its details. Include the survey_no for a single result or set to 0 to return all. -
createSurvey
This method allows you to create a new survey. -
createSurveyApplication
This method allows you to create a new survey application. -
createSurveyApplicationRate
This method allows you to create a new survey application rate. -
createSurveyField
This method allows you to create a new survey field. {survey_no: if you are assigning this to a survey, include the survey_no or set to 0 to add a generic survey field for a future use} {field_type: textbox, label, multiline, dropdown, radiobutton, checkbox, yesno, like} {field_values: should be separated by a ; and only used for dropdown, radiobutton, date, rating, stars or like (enter URL to like)} {data_map: first_name, last_name, email, mobile_number, phone_number, address, address2, city, state, zip_code, country, device_type, opt_in_email, opt_in_sms} -
createSurveyGroup
This method is used to create a new survey group. -
deleteSurvey
This method allows you to delete a survey (provided it has 0 responses). -
deleteSurveyResponses
This method allows you to delete a survey response. You must provide the survey_no along with either the survey_answer_no or response_id -
exportSurveyAnswers
This method is used to generate a CSV containing all survey repsonses. -
orderSurveyFields
This method allows you to update the order for a survey's fields. -
removeQuestionFromSurvey
This method allows you to remove a survey question from a survey. -
returnSurvey
This method returns a survey and all of its details. Include the survey_no for a single result or set to 0 to return all. -
returnSurveyAnsweredBy
This method returns a list of everyone who answered a survey. -
returnSurveyApplicationRates
This method is used to return a a list of survey application rates. -
returnSurveyApplicationStats
This method is used to return survey application stats. -
returnSurveyApplications
This method is used to return a a list of survey applications. -
returnSurveyFields
This method returns the survey questions pertaining to your request. Leave the survey_field_no set to 0 to return all survey questions. -
returnSurveyGroup
This method is used to return a survey group. -
returnSurveyGroupAssignments
This method is used to return a a list of items assigned to a survey group. -
returnSurveyGroupResponses
This method is used to return a list of respones for a survey group. -
returnSurveyLight
This method returns a list of surveys with just title and survey_no. -
returnSurveyQuestionAnswers
This method returns a tally of the answers for a specific survey or question. -
returnSurveyResponseData
This method returns the response to a survey, including the questions, mapping and answer along with customer contact info. -
returnSurveyResults
This method returns the results captured from a survey. {startAt is the last survey_answer_no value you saw} {response_id: supply this if you need results for a specific response to a survey.} -
returnSurveyStatistics
This method returns the statistics for a survey. -
returnSurveyTemplates
This method returns a survey and all of its details. Include the survey_no for a single result or set to 0 to return all. -
returnSurveysCompletedForCustomer
This method returns the surveys completed for a customer. -
sendApplicationContinueEmail
This method allows you to send a link to continue the application. -
submitApplication
Use this to submit an application when finished. -
updateSurvey
This method allows you to update a survey. -
updateSurveyAnswer
This method allows you to update a survey answer. -
updateSurveyApplication
This method allows you to update a survey application. -
updateSurveyApplicationRate
This method allows you to update a survey application rate. -
updateSurveyField
This method allows you to update a survey field. {survey_no: if you are assigning this to a survey, include the survey_no or set to 0 to add a generic survey field for a future use} {field_type: textbox, label, multiline, dropdown, radiobutton, checkbox, yesno, like} {field_values: should be separated by a ; and only used for dropdown, radiobutton, rating, stars or like (enter URL to like)} {data_map: first_name, last_name, email, mobile_number, phone_number, address, address2, city, state, zip_code, country, device_type, opt_in_email, opt_in_sms, attribute} -
updateSurveyGroup
This method is used to update a survey group. -
updateSurveyResponseData
This method is used to update the survey response data.