-
Notifications
You must be signed in to change notification settings - Fork 34
PayloadList
ngocnicholas edited this page Nov 30, 2023
·
3 revisions
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class PayloadList
The PayloadList type exposes the following members.
Default constructor
Name | Description |
---|---|
Payloads | Array of WebhooksPayload |
Cursor | The cursor field in the response indicates the transaction number of the payload that would immediately follow the last payload returned in this request. (See more details in Airtable API doc) |
MightHaveMore | Indicates whether or not there are additional payloads. If MightHaveMore is true, the client should send another request immediately and pass in the cursor from this response. |
- 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