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 | Unique identifier of the page message (e.g., p-0002). |
| Name | String | Name of the landing-page asset. |
| FolderName | String | Folder in which this page resides. |
| MsgType | String | Message type returned by Act-On (e.g., PAGE). |
| ModifiedAt | Datetime | Epoch timestamp (milliseconds since 1970-01-01) of last modification. |
| TimeWhen | String | Human-readable date/time string (timezone local to server). |
| IsBeeComposer | Boolean | Non-empty if created in the BEE composer. |
| ShowComposerIndicator | Boolean | “1” if the UI should show the composer indicator; otherwise blank or 0. |