Integration Specifications
This article will help you learn about how Daasity replicates data from Alchemer, limitations to the data we can extract and where the data is stored in the Alchemer schema.
Integration Overview
Alchemer, formerly named Survey Gizmo, is a survey software and customer feedback management platform that helps businesses understand and transform their engagement with markets, customers and employees.
This document provides context on what kind of data is being gathered through this extractor, which endpoints that data is coming from, and how the extracted tables relate to each other.
Integration Availability
This integration is available for:
Enterprise
API Endpoints
The Daasity Alchemer extractor is built based on this Alchemer API Documentation. The following endpoint is used by Daasity to replicate data from Alchemer:
Entity Relationship Diagram (ERD)
Click here to view the ERD for the Daasity Alchemer integration illustrating the different tables and keys to join across tables.
Alchemer Schema
The Daasity Alchemer extractor creates these tables using the endpoints and replication methods listed. The data is mapped from source API endpoint to the table based on the mapping logic outlined in each table.
Surveys
Endpoint: Survey
Update Method: UPSERT
Table Name: [
survey_gizmo.surveys
]
Questions
Endpoint: SurveyPage
Update Method: UPSERT
Table Name: [
survey_gizmo.questions
]
Question Options
Endpoint: SurveyPage
Update Method: UPSERT
Table Name: [
survey_gizmo.question_options
]
Responses
Endpoint: SurveyResponse
Update Method: UPSERT
Table Name: [
survey_gizmo.responses
]
Response Answers
Endpoint: SurveyResponse
Update Method: UPSERT
Table Name: [
survey_gizmo.response_answers
]
Response Answer Options
Endpoint: SurveyResponse
Update Method: UPSERT
Table Name: [
survey_gizmo.response_answer_options
]
Last updated