-
Notifications
You must be signed in to change notification settings - Fork 34
WebhooksFilters
ngocnicholas edited this page Nov 30, 2023
·
1 revision
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class WebhooksFilters
The WebhooksFilters type exposes the following members.
Default Constructor
Name | Description |
---|---|
RecordChangeScope | Only generate payloads for changes in the specified TableId or ViewId. |
DataTypes | Only generate payloads that contain changes affecting objects of these types. |
ChangeTypes | Only generate payloads that contain changes of these types. |
FromSources | Only generate payloads for changes from these sources. If omitted, changes from all sources are reported. |
SourceOptions | Additional options for source filtering. This allows users to filter form submissions by ViewId. |
WatchDataInFieldIds | Only generate payloads for changes that modify values in cells in these fields. If omitted, all fields within the table/view/base are watched. |
WatchSchemasOfFieldIds | Only generate payloads for changes that modify the schemas of these fields. If omitted, schemas of all fields within the table/view/base are watched. |
- AirtableBase
- AirtableRecordList
-
AirtableRecordList
<T>
1. AirtableRecord<T>
- AirtableApiException
-
AirtableApiResponse
- AirtableListRecordsResponse
- AirtableListRecordsResponse
<T>
- AirtableRetrieveRecordResponse
- AirtableRetrieveRecordResponse
<T>
- AirtableCreateUpdateReplaceRecordResponse
- AirtableCreateUpdateReplaceMultipleRecordsResponse
- AirtableDeleteRecordResponse
- AirtableCreateUpdateCommentResponse
- AirtableListCommentsResponse
- AirtableDeleteCommentResponse
- AirtableListWebhooksResponse
- AirtableListPayloadsResponse
- AirtableCreateWebhookResponse
- AirtableDeleteWebhookResponse
- AirtabeEnableWebhookNotificationsResponse
- AirtabeRefreshWebhookResponse
- CommentList
- IdFields
- PerformUpsert
- UserIdAndScopes
- Webhooks
- PayloadList
- WebhooksNotification
[Airtable]: http://www.airtable.com