airtable.singlerecordresponsedata
Home > @runlightyear/airtable > SingleRecordResponseData
SingleRecordResponseData interface
Signature:interface SingleRecordResponseData
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
createdTime | string | A date timestamp in the ISO format, eg:"2018-01-01T00:00:00.000Z" | |
fields | { [key: string]: unknown; } | Cell values are keyed by either field name or field ID (conditioned on returnFieldsByFieldId). See Cell Values for more information on cell value response types. | |
id | string | Record ID |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
commentCount? | number | The number of comments (if there are any) on the record. The recordMetadata query parameter must include "commentCount" in order to receive this. |