ビュー
ビューは、カラムと疑似カラムで構成されます。ビューは、データを示すという点でテーブルに似ていますが、ビューでは更新はサポートされません。通常、ビューとして表されるエンティティは、読み取り専用のエンティティです。多くの場合、これらのデータはストアドプロシージャを使用することで更新できます(その機能がデータソースに適用できる場合)。
ビューに対しては、通常のテーブルと同じようにクエリを実行でき、このときに返されるデータも同様です。
ビューとして公開されるクエリなどの動的ビューや、project_team ワークアイテムの特定の組み合わせを検索するためのビューがサポートされています。
CData Python Connector for Act-On ビュー
| Name | Description |
| Campaigns | Query the available campaigns ActOn. |
| Categories | Query the available categories of subscription in ActOn. |
| DrilldownReports | Query detailed reports about messages in ActOn. |
| Hardbounce | Query records of a Hardbounce list. |
| Images | Query the available images on your ActOn account. |
| Media | Query the available media on your ActOn account. |
| Messages | Query the available messages in ActOn. |
| OtherLists | Query the hardbounce, spam complaint and optout lists on ActOn. This view has been deprecated. |
| Programs | Query the available programs on ActOn. |
| Reports | Query the available reports in ActOn. |
| ReportsByPeriod | Query the reports related to messages in ActOn. |
| ScoreDetails | Query the score details of a contact. |
| Spamcomplaint | Query records of a Spamcomplaint list. |
| SubscriptionOptOuts | Query the available subscriptions in ActOn. |
| Users | Query the email senders for the current account in ActOn. |