TableRecord


List of table record information

Field : ObjectDescription
assignees: [User] Information about the assign users
created_at: DateTime When the record was created
created_by: User Information about the record creator
done: Boolean Whether the record is done
due_date: DateTime The record due date
finished_at: DateTime When the record was finished
id: ID The record ID
is_sample: Boolean Informs if a record is a sample record
labels: [Label] Information about the record labels
parent_relations: [TableRecordRelation] Information about the parent table connections
path: String The record path
record_fields: [TableRecordField] Information about the record fields
status: TableRecordStatus The record status
summary: [Summary] Information about the record summary layout
summary_attributes: [Summary] Information about the card attributes summary layout
summary_fields: [Summary] Information about the card custom fields summary layout
table: Table Information about the database table
title: String The record title
updated_at: DateTime When the record was last updated
url: String The URL
uuid: ID The record uuid

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

Boolean

Represents `true` or `false` values.

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.

Boolean

Represents `true` or `false` values.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.