-
Notifications
You must be signed in to change notification settings - Fork 34
WebhookPayload
ngocnicholas edited this page Nov 20, 2023
·
6 revisions
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class WebhookPayload
The WebhookPayload type exposes the following members.
Default constructor
Name | Description |
---|---|
Timestamp | The time the action occurred. |
BaseTransactionNumber | A number which can be used to determine all changes within a transaction. |
CursorForNextPayload | The cursor associated with the next payload that will be generated. This cursor will increase every time a new payload is generated for this webhook. |
PayloadFormat | The payload format's version number. This is currently just v0, but it may be increased in the future for breaking payload changes. |
ActionMetadata | The action responsible for the change. We may add additional sources or source metadata in the future and this will not be considered a breaking change. API consumers are expected to handle unknown sources gracefully. |
ChangedTablesById | optional<object> key: string |
CreatedTablesById | optional<object> key: string |
DestroyedTableIds | optional<array of strings> |
Error | true - only exits in an error Payload response |
Code | INVALID_FILTERS or INVALID_HOOK - only exists in an error Payload response. Additional error codes may be introduced, and will not be considered a breaking change. In addition INTERNAL_ERROR can be returned if an internal error is encountered |
- 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