- Availability
- Airbyte Cloud Airbyte OSS PyAirbyte
- Support Level
- Archived
Survicate [ARCHIVED]
This page contains the setup guide and reference information for the Survicate source connector.
Prerequisites
To set up the Survicate source connector with Airbyte, you'll need to create your API keys from theie settings page. Please refer https://developers.survicate.com/data-export/setup/
for getting your api_key.
Documentation reference:
Visit https://developers.survicate.com/data-export/setup/
for API documentation
Authentication setup
Teamwork uses basic http auth that uses username and password
Your default login username and password could be used as secrets, ref: https://developers.survicate.com/data-export/setup/#authentication
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. | |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
surveys | id | DefaultPaginator | ✅ | ✅ |
surveys_questions | id | DefaultPaginator | ✅ | ❌ |
surveys_responses | uuid | DefaultPaginator | ✅ | ✅ |
respondents_attributes | DefaultPaginator | ✅ | ❌ | |
respondents_responses | DefaultPaginator | ✅ | ❌ |
Changelog
Expand to review
Version | Date | PR | Subject |
---|---|---|---|
0.0.1 | 2024-09-05 | 45163 | Initial release by @btkcodedev via Connector Builder |