Pulling data from the GetResponse API is only the first part of your reporting. You also need to understand the relationships between different endpoints - something that APIs typically fail to convey.
At SYNCHUB, we not only sync your GetResponse API endpoints down into a reportable format, we also describe their relationships (e.g. in terms of foreign keys) so that you can quickly get a grasp of your data and how it fits together. This page is intended as technical documentation of these relationships.
Our Universal MCP Server lets you query your GetResponse data using Claude, ChatGPT or your favourite AI tool.
Our GetResponse Connector connects your GetResponse data to favourite reporting tools.
We connect to over over 70+ cloud services, letting you manage the data needs of your entire business in a single location.
Browse the data model below, or if you'd prefer, we also have an interactive ERD over here.
Documentation: https://apireference.getresponse.com/#tag/Autoresponders
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| Name | string | - | - |
| SendSettingsSendAtHour | int | - | - |
| SendSettingsTimeTravel | string | - | - |
| AutoresponderID | string | - | - |
| CreatedOn | datetime | - | - |
| Status | string | - | - |
| CampaignID | string | Campaign → CampaignID | - |
| Editor | string | - | - |
| Subject | string | - | - |
| FromFieldFromFieldID | string | FromAddress → FromFieldID | - |
| ReplyToFromFieldID | string | FromAddress → FromFieldID | - |
| SendSettingsType | string | - | - |
| SendSettingsDelayInHours | int | - | - |
| SendSettingsRecurrence | string | - | - |
| StatisticsDelivered | int | - | - |
| StatisticsOpenRate | decimal | - | - |
| StatisticsClickRate | decimal | - | - |
Documentation: https://apireference.getresponse.com/#tag/Campaigns-(Lists)
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| Name | string | - | - |
| Description | string | - | - |
| ConfirmationFromFieldFromFieldID | string | FromAddress → FromFieldID | - |
| ConfirmationReplyToFromFieldID | string | FromAddress → FromFieldID | - |
| SubscriptionConfirmationBodyID | string | - | - |
| SubscriptionConfirmationSubjectID | string | - | - |
| ConfirmationRedirectType | string | - | - |
| ConfirmationRedirectUrl | string | - | - |
| ConfirmationMimeType | string | - | - |
| ProfileIndustryTagID | string | - | - |
| ProfileDescription | string | - | - |
| ProfileLogo | string | - | - |
| ProfileLogoLinkUrl | string | - | - |
| ProfileTitle | string | - | - |
| AddPostalToMessages | boolean | - | - |
| PostalCity | string | - | - |
| PostalCompanyName | string | - | - |
| PostalCountry | string | - | - |
| PostalDesign | string | - | - |
| PostalState | string | - | - |
| PostalStreet | string | - | - |
| PostalZipCode | string | - | - |
| OptInTypesApi | string | - | - |
| OptInTypesEmail | string | - | - |
| OptInTypesImport | string | - | - |
| OptInTypesWebform | string | - | - |
| SubscriptionNotificationsStatus | string | - | - |
| CampaignID | string | - | - |
| CreatedOn | datetime | - | - |
| TechName | string | - | - |
| LanguageCode | string | - | - |
| IsDefault | boolean | - | - |
Documentation: https://apireference.getresponse.com/#tag/Click-Tracks
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| Name | string | - | - |
| ClickTrackID | string | - | - |
| Url | string | - | - |
| Clicks | int | - | - |
| MessageCreatedOn | datetime | - | - |
| NewsletterID | string | Newsletter → NewsletterID | - |
| AutoresponderID | string | Autoresponder → AutoresponderID | - |
Documentation: https://apireference.getresponse.com/#tag/Contacts
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| TimeZone | string | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| Name | string | - | - |
| GeolocationLatitude | string | - | - |
| GeolocationLongitude | string | - | - |
| GeolocationContinentCode | string | - | - |
| GeolocationCountryCode | string | - | - |
| GeolocationRegion | string | - | - |
| GeolocationPostalCode | string | - | - |
| GeolocationDmaCode | string | - | - |
| GeolocationCity | string | - | - |
| ContactID | string | - | - |
| CreatedOn | datetime | - | - |
| ChangedOn | datetime | - | - |
| Note | string | - | - |
| string | - | - | |
| Origin | string | - | - |
| DayOfCycle | string | - | - |
| Scoring | int | - | - |
| EngagementScore | int | - | - |
| CampaignID | string | Campaign → CampaignID | - |
Documentation: https://apireference.getresponse.com/#operation/getActivities
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| ContactRemoteID | string | Contact → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ContactID | string | Contact → ContactID | - |
| LineNumber | int | - | - |
| CreatedOn | datetime | - | - |
| Activity | string | - | - |
| Subject | string | - | - |
| PreviewUrl | string | - | - |
| ClickTrackID | string | ClickTrack → ClickTrackID | - |
| NewsletterID | string | Newsletter → NewsletterID | - |
| AutoresponderID | string | Autoresponder → AutoresponderID | - |
Documentation: https://apireference.getresponse.com/#tag/Custom-Events
Documentation: https://apireference.getresponse.com/#tag/Custom-Fields
Documentation: https://apireference.getresponse.com/#tag/From-Fields
Documentation: https://apireference.getresponse.com/#tag/Landing-Pages
Documentation: https://apireference.getresponse.com/#tag/Newsletters
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| Name | string | - | - |
| FromFieldFromFieldID | string | FromAddress → FromFieldID | - |
| ReplyToFromFieldID | string | FromAddress → FromFieldID | - |
| ContentPlain | string | - | - |
| SendSettingsExternalLexpadDataSourceUrl | string | - | - |
| SendSettingsExternalLexpadDataSourceToken | string | - | - |
| NewsletterID | string | - | - |
| CreatedOn | datetime | - | - |
| Status | string | - | - |
| SendOn | datetime | - | - |
| Subject | string | - | - |
| Type | string | - | - |
| Editor | string | - | - |
| CampaignID | string | Campaign → CampaignID | - |
| SendSettingsPerfectTiming | boolean | - | - |
| SendSettingsTimeTravel | boolean | - | - |
| SendMetricsStatus | string | - | - |
| SendMetricsSent | int | - | - |
| SendMetricsTotal | int | - | - |
| SendMetricsDelivered | int | - | - |
| SendMetricsOpenRate | decimal | - | - |
| SendMetricsClickRate | decimal | - | - |
| SendMetricsHumanOpenRate | decimal | - | - |
| SendMetricsHumanClickRate | decimal | - | - |
Documentation: https://apireference.getresponse.com/#tag/Forms-and-Popups
Documentation: https://apireference.getresponse.com/#tag/Shops
Documentation: https://apireference.getresponse.com/#tag/Suppressions
Documentation: https://apireference.getresponse.com/#tag/Tags
Documentation: https://apireference.getresponse.com/#tag/Websites
Documentation: https://apireference.getresponse.com/#tag/Workflows
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| AutoresponderRemoteID | string | Autoresponder → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| AutoresponderID | string | Autoresponder → AutoresponderID | - |
| LineNumber | int | - | - |
| Flag | string | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| AutoresponderRemoteID | string | Autoresponder → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| AutoresponderID | string | Autoresponder → AutoresponderID | - |
| ClickTrackID | string | ClickTrack → ClickTrackID | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| ContactRemoteID | string | Contact → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ContactID | string | Contact → ContactID | - |
| TagID | string | Tag → TagID | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| ContactRemoteID | string | Contact → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ContactID | string | Contact → ContactID | - |
| CustomFieldID | string | CustomField → CustomFieldID | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| CustomEventRemoteID | string | CustomEvent → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| Name | string | - | - |
| CustomEventID | string | CustomEvent → CustomEventID | - |
| CustomEventAttributeID | string | - | - |
| Type | string | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| CustomFieldRemoteID | string | CustomField → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| CustomFieldID | string | CustomField → CustomFieldID | - |
| LineNumber | int | - | - |
| Value | string | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| LandingPageRemoteID | string | LandingPage → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| Name | string | - | - |
| LandingPageID | string | LandingPage → LpsID | - |
| Uuid | string | - | - |
| CreatedAt | datetime | - | - |
| Status | string | - | - |
| Url | string | - | - |
| RedirectUrl | string | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| NewsletterRemoteID | string | Newsletter → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| NewsletterID | string | Newsletter → NewsletterID | - |
| CampaignID | string | Campaign → CampaignID | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| NewsletterRemoteID | string | Newsletter → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| NewsletterID | string | Newsletter → NewsletterID | - |
| CampaignID | string | Campaign → CampaignID | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| NewsletterRemoteID | string | Newsletter → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| NewsletterID | string | Newsletter → NewsletterID | - |
| ContactID | string | Contact → ContactID | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| NewsletterRemoteID | string | Newsletter → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| NewsletterID | string | Newsletter → NewsletterID | - |
| LineNumber | int | - | - |
| Flag | string | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| NewsletterRemoteID | string | Newsletter → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| NewsletterID | string | Newsletter → NewsletterID | - |
| ClickTrackID | string | ClickTrack → ClickTrackID | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| NewsletterRemoteID | string | Newsletter → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| NewsletterID | string | Newsletter → NewsletterID | - |
| LineNumber | int | - | - |
| FileName | string | - | - |
| MimeType | string | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| SuppressionRemoteID | string | Suppression → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| SuppressionID | string | Suppression → SuppressionID | - |
| Mask | string | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WebsiteRemoteID | string | Website → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| Name | string | - | - |
| WebsiteID | string | Website → WebsiteID | - |
| Uuid | string | - | - |
| CreatedAt | datetime | - | - |
| Status | string | - | - |
| Url | string | - | - |
| RedirectUrl | string | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| ContactCustomFieldRemoteID | string | ContactCustomField → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ContactCustomFieldID | string | ContactCustomField → CustomFieldID | - |
| LineNumber | int | - | - |
| Value | string | - | - |
SYNCHUB lives and breathes APIs and data. Keep exploring using the links below.