Skip to content

PayloadList

ngocnicholas edited this page Nov 30, 2023 · 3 revisions

PayloadList Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class PayloadList

The PayloadList type exposes the following members.

Constructors

Default constructor

Properties

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.
Clone this wiki locally