-
Notifications
You must be signed in to change notification settings - Fork 34
AirtableApiResponse
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public abstract class AirtableApiResponse
The AirtableApiResponseexposes the following members.
'protected' because AirtableApiResponse is an abstract class
Name | Description |
---|---|
AirtableApiResponse() | initializes the members of the base class when a derived class is instantiated. |
AirtableApiResponse(AirtableApiException) | initializes the members of the base class when a derived class is instantiated. |
Name | Description |
---|---|
Success | gets the result of the operation |
AirtableApiError | gets the exception caught, if any, in the operation |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableGetUserIdAndScopesResponse: AirtableApiResponse
The AirtableGetUserIdAndScopesResponse type exposes the following members.
Name | Description |
---|---|
AirtableGetUserIdAndScopesResponse(AirtableApiException) | Initializes an instance of AirtableGetUserIdAndScopesResponse |
AirtableGetUserIdAndScopesResponse (UserIdAndScopes) | Initializes an instance of AirtableGetUserIdAndScopesResponse |
Name | Description |
---|---|
UserId | gets the user ID of the access token |
Scopes | gets the scopes granted to the access token. The scopes control what actions a token can perform. |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableListRecordsResponse: AirtableApiResponse
The AirtableListRecordsResponse type exposes the following members.
Name | Description |
---|---|
AirtableListRecordsResponse (AirtableApiException) | Initializes an instance of AirtableListRecordsResponse |
AirtableListRecordsResponse (AirtableRecordList) | Initializes an instance of AirtableListRecordsResponse |
Name | Description |
---|---|
Records | gets the record list |
Offset | gets the offset for the next page of the record list |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableRetrieveRecordResponse : AirtableApiResponse
The AirtableRetrieveRecordResponse type exposes the following members.
Name | Description |
---|---|
AirtableRetrieveRecordResponse (AirtableApiException) | Initializes an instance of AirtableRetrieveRecordResponse |
AirtableRetrieveRecordResponse (AirtableRecord) | Initializes an instance of AirtableRetrieveRecordResponse |
Name | Description |
---|---|
Record | gets the record retrieved |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableCreateUpdateReplaceRecordResponse : AirtableApiResponse
The AirtableCreateUpdateReplaceRecordResponse type exposes the following members.
Name | Description |
---|---|
AirtableCreateUpdateReplaceRecordResponse (AirtableApiException) | Initializes an instance of AirtableCreateUpdateReplaceRecordResponse |
AirtableCreateUpdateReplaceRecordResponse (AirtableRecord) | Initializes an instance of AirtableCreateUpdateReplaceRecordResponse |
Name | Description |
---|---|
Record | gets the record created, updated, or replaced in the operation |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableDeleteRecordResponse : AirtableApiResponse
The AirtableDeleteRecordResponse type exposes the following members.
Name | Description |
---|---|
AirtableDeleteRecordResponse (AirtableApiException) | Initializes an instance of AirtableDeleteRecordResponse |
AirtableDeleteRecordResponse (bool, string) | Initializes an instance of AirtableDeleteRecordResponse |
Name | Description |
---|---|
Deleted | gets the status of the record |
Id | ID of the supposed deleted record |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableDeleteCommentResponse : AirtableApiResponse
The AirtableDeleteCommentResponse type exposes the following members.
Name | Description |
---|---|
AirtableDeleteCommentResponse (AirtableApiException) | Initializes an instance of AirtableDeleteCommentResponse |
AirtableDeleteCommentResponse (bool, string) | Initializes an instance of AirtableDeleteCommentResponse |
Name | Description |
---|---|
Deleted | gets the status of the comment |
Id | ID of the supposed deleted comment |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableCreateUpdateCommentResponse: AirtableApiResponse
The AirtableCreateUpdateCommentResponse type exposes the following members.
Name | Description |
---|---|
AirtableCreateUpdateCommentResponse(AirtableApiException) | Initializes an instance of AirtableCreateUpdateCommentResponse |
AirtableCreateUpdateCommentResponse(AirtableRecordList) | Initializes an instance of AirtableCreateUpdateCommentResponse |
Name | Description |
---|---|
Comment | gets the created/updated comment of the record |
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class AirtableListCommentsResponse : AirtableApiResponse
The AirtableListCommentsResponse type exposes the following members.
Name | Description |
---|---|
AirtableListCommentsResponse (AirtableApiException) | Initializes an instance of AirtableListCommentsResponse |
AirtableListCommentsResponse (CommentList) | Initializes an instance of AirtableListCommentsResponse |
Name | Description |
---|---|
CommentList | gets the comment list of the record |
Offset | gets the offset for the next page of the comment list |
- 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