Skip to content

Baserow

Reference


Baserow is an open-source, no-code database platform that enables users to create, manage, and collaborate on databases through a user-friendly interface.

Categories: [productivity-and-collaboration]

Version: 1


Connections

Version: 1

null

Properties

NameTypeControl TypeDescription
Database TokenSTRINGTEXT

Actions

Create Row

Creates a new row.

Properties

NameTypeControl TypeDescription
Table IDINTEGERINTEGERID of the table where the row must be created in.
User Field NamesBOOLEANSELECTThe field names returned by this endpoint will be the actual names of the fields.
DYNAMIC_PROPERTIESnull

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT

Get Row

Fetches a single table row.

Properties

NameTypeControl TypeDescription
Table IDINTEGERINTEGERID of the table where you want to get the row from.
Row IDINTEGERINTEGERID of the row to get.
User Field NamesBOOLEANSELECTThe field names returned by this endpoint will be the actual names of the fields.

List Rows

Lists table rows.

Properties

NameTypeControl TypeDescription
Table IDINTEGERINTEGERID of the table where you want to get the rows from.
SizeINTEGERINTEGERThe maximum number of rows to retrieve.
Order BySTRINGTEXTIf provided rows will be order by specific field. Use - sign for descending ordering.
User Field NamesBOOLEANSELECTThe field names returned by this endpoint will be the actual names of the fields.

Update Row

Updates the specified row.

Properties

NameTypeControl TypeDescription
Table IDINTEGERINTEGERID of the table containing the row to be updated.
Row IDINTEGERINTEGERID of the row to be updated.
User Field NamesBOOLEANSELECTThe field names returned by this endpoint will be the actual names of the fields.
DYNAMIC_PROPERTIESnull

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT