Surveys
Returns reporting data for surveys.
View-Specific Information
Select
The provider uses the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.
| Column | Supported Operators |
| Id | = |
SELECT * FROM Surveys WHERE Id = '1245'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A string that uniquely identifies this survey. | |
| WebId | Integer | The Id used in the Mailchimp web application. | |
| ListId | String | The Id of the list connected to this survey. | |
| ListName | String | The name of the list connected to this survey. | |
| Title | String | The title of the survey. | |
| Url | String | The URL for the survey. | |
| Status | String | The status of the survey.
The allowed values are published, unpublished. | |
| PublishedAt | Datetime | The date and time the survey was published. | |
| CreatedAt | Datetime | The date and time the survey was created. | |
| UpdatedAt | Datetime | The date and time the survey was last updated. | |
| TotalResponses | Integer | The total number of responses to this survey. |