LandingPageContents
Get the content of a landing page.
Table Specific Information
Select
The component will use 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 component.
- PageId supports the '=' operator.
SELECT * FROM LandingPageContents; SELECT * FROM LandingPageContents where PageId='2';
Columns
| Name | Type | Description |
| PageId [KEY] | String | The landing page id. |
| Html | String | The raw HTML for the landing page. |
| Json | String | The JSON structure for the landing page. |