ビュー
ビューは、カラムと疑似カラムで構成されます。ビューは、データを示すという点でテーブルに似ていますが、ビューでは更新はサポートされません。通常、ビューとして表されるエンティティは、読み取り専用のエンティティです。多くの場合、これらのデータはストアドプロシージャを使用することで更新できます(その機能がデータソースに適用できる場合)。
ビューに対しては、通常のテーブルと同じようにクエリを実行でき、このときに返されるデータも同様です。
ビューとして公開されるクエリなどの動的ビューや、project_team ワークアイテムの特定の組み合わせを検索するためのビューがサポートされています。
CData Excel Add-In for Twilio ビュー
| Name | Description |
| AvailablePhoneNumbers | Query the local, mobile, and toll-free phone numbers available in Twilio. |
| CallEvents | The call events resource provides programmatic access to call progress and SDK events for a provided call SID. |
| CallMetrics | The call metrics resource provides an overview of metadata and quality metrics for a provided call. |
| CallSummary | This resource provides an overview of metadata and quality metrics for a single call. |
| ConversationMessages | ConversationMessage includes metadata of the Messages sent over a conversation. |
| ConversationParticipants | Each participant in a Conversation represents one real (probably human) participant in a Conversation. it joins Participants with the conversation, and the connected person will receive all subsequent messages. |
| Conversations | Conversation includes a list of current Participants and the Messages that they have sent amongst each other. |
| IncomingPhoneNumbersCategory | Query Twilio Incoming Phone Numbers and filter by Category. |
| Services | A Service (or Verification Service) is the set of common configurations used to create and check verifications. Services contain Lists. |
| UsageRecords | Query Usage Records in Twilio. |