Web API

Press shift + S to search API reference.

Object

Webhooks table created

Models that reference this object:

object
{
"metadata": {
"name": "new table",
"description": "new table description"
},
"fieldsById": {
"fld00000000000000": {
"name": "Name",
"type": "singleLineText"
},
"fld00000000000001": {
"name": "Description",
"type": "multilineText"
}
},
"recordsById": {
"rec00000000000000": {
"createdTime": "2022-02-01T21:25:05.663Z",
"cellValuesByFieldId": {
"fld00000000000000": "Hello",
"fld00000000000001": "World"
}
}
}
fieldsById
optional<object>
The below object is keyed with a string
type
Field Type
name
string
recordsById
optional<object>
The below object is keyed with a string
createdTime
string

A date timestamp in the ISO format, eg:"2018-01-01T00:00:00.000Z"

cellValuesByFieldId
Cell value V2 by fieldId
metadata
optional<object>
description
string | null
name
string