LandingPages
Retrieve landing-page messages (msgresult) from your Act-On account.
View Specific Information
Retrieve landing-page messages (msgresult) from your Act-On account.
SELECT * FROM LandingPages;
Columns
| Name | Type | Description |
| MsgId [KEY] | String | The unique Id of the page message (for example, p-0002). |
| Name | String | The name of the landing page asset. |
| FolderName | String | The folder in which this page resides. |
| MsgType | String | The message type returned by Act-On (for example, PAGE). |
| ModifiedAt | Datetime | The Epoch timestamp (milliseconds since 1970-01-01) of last modification. |
| TimeWhen | String | The human-readable date/time string (timezone local to server). |
| IsBeeComposer | Boolean | Indicates whether the message was created in the BEE composer. |
| ShowComposerIndicator | Boolean | Indicates whether the user interface should show the composer indicator. |