SurveyContact

Articles

List survey contacts
List Survey Contacts Returns a list of all contacts for the specified survey campaign. Endpoint GET v5/survey/{survey_id}/surveycampaign/{campaign_id}/surveycontact Requires authentication Path P...
Get survey contact
Get Survey Contact Returns detailed information about a specific contact within a survey campaign. Endpoint GET v5/survey/{survey_id}/surveycampaign/{campaign_id}/surveycontact/{contact_id} Requires authentic...
Update survey contact
Update Survey Contact Updates a specified contact within a survey campaign. One or more fields may be changed in a single call. Endpoint POST v5/survey/{survey_id}/surveycampaign/{campaign_id}/surveycontact/{contact...
Create survey contact
Create Survey Contact Creates a new contact within the specified survey campaign. Contact records are keyed by email address — one record per email address is stored per account. Endpoint PUT v5/survey/{survey_id}/s...
Delete survey contact
Delete Survey Contact Deletes a specified contact from a survey campaign. This action is permanent and cannot be undone. Endpoint DELETE v5/survey/{survey_id}/surveycampaign/{campaign_id}/surveycontact/{contact_id} ...