How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Baserow Database table rows API

The Database table rows API from Baserow — 11 operation(s) for database table rows.

Baserow Database table rows API is one of 58 APIs that Baserow publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Database table rows. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and 1 JSON Schema.

This API exposes 17 operations across 11 paths, and defines 26 schemas. It is described by OpenAPI 3.0.3, at version 2.2.2.

Requests are made against the base URL https://api.baserow.io.

17 operations 11 paths 26 schemas 2 DELETE6 GET4 PATCH4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.2.2
Base URL
https://api.baserow.io
Authentication
HTTP Bearer, HTTP Bearer, HTTP Bearer
License
Resource Areas
1

Authentication & Security 3

Baserow Database table rows API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (Token your_token) (Database token). It accepts HTTP bearer tokens (JWT your_token) (JWT). It accepts HTTP bearer tokens (JWT your_token) (UserSource JWT).

Paths & Operations 17

Across 11 paths, the API surfaces 17 operations — 2 DELETE, 6 GET, 4 PATCH, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Database table rows 17
GET
/api/database/rows/names/
Returns the names of the given row of the given tables. The nameof a row is the primary field value for this row. The result can be usedfor example, when you want to display the name of a linked row…
list_database_table_row_names 1 param → 200400401404
GET
/api/database/rows/table/{table_id}/
Lists all the rows of the table related to the provided parameter if the user has access to the related database's workspace. The response is paginated by a page/size style. It is also possible to pr…
list_database_table_rows 14 params → 200400401404
POST
/api/database/rows/table/{table_id}/
Creates a new row in the table if the user has access to the related table's workspace. The accepted body fields are depending on the fields that the table has. For a complete overview of fields use…
create_database_table_row 7 params body → 200400401404
GET
/api/database/rows/table/{table_id}/{row_id}/
Fetches an existing row from the table if the user has access to the related table's workspace. The properties of the returned row depend on which fields the table has. For a complete overview of fie…
get_database_table_row 5 params → 200400401404
PATCH
/api/database/rows/table/{table_id}/{row_id}/
Updates an existing row in the table if the user has access to the related table's workspace. The accepted body fields are depending on the fields that the table has. For a complete overview of field…
update_database_table_row 7 params body → 200400401404
DELETE
/api/database/rows/table/{table_id}/{row_id}/
Deletes an existing row in the table if the user has access to the table's workspace.
delete_database_table_row 6 params → 204400404
GET
/api/database/rows/table/{table_id}/{row_id}/adjacent/
Fetches the adjacent row to a given rowid in the table with the given tableid. If the previous flag is set it will return the previous row, otherwise it will return the next row. You can specifya vie…
get_adjacent_database_table_row 7 params → 200204400404
GET
/api/database/rows/table/{table_id}/{row_id}/history/
Fetches the row change history of a given rowid in the table with the given tableid. The row change history is paginated and can be limited with the limit and offset query parameters.
get_database_table_row_history 4 params → 200204400404
PATCH
/api/database/rows/table/{table_id}/{row_id}/move/
Moves the row related to given rowid parameter to another position. It is only possible to move the row before another existing row or to the end. If the beforeid is provided then the row related to…
move_database_table_row 7 params → 200400401404
POST
/api/database/rows/table/{table_id}/batch/
Creates new rows in the table if the user has access to the related table's workspace. The accepted body fields are depending on the fields that the table has. For a complete overview of fields use t…
batch_create_database_table_rows 8 params body → 200400401404
PATCH
/api/database/rows/table/{table_id}/batch/
Updates existing rows in the table if the user has access to the related table's workspace. The accepted body fields are depending on the fields that the table has. For a complete overview of fields…
batch_update_database_table_rows 7 params body → 200400401404
POST
/api/database/rows/table/{table_id}/batch-delete/
Deletes existing rows in the table if the user has access to the table's workspace. WARNING: This endpoint doesn't yet work with row deleted webhooks.
batch_delete_database_table_rows 5 params body → 204400404
GET
/api/row_comments/{table_id}/{row_id}/
Returns all row comments for the specified table and row. This is a premium feature.
get_row_comments 7 params → 200400404
POST
/api/row_comments/{table_id}/{row_id}/
Creates a comment on the specified row. This is a premium feature.
create_row_comment 3 params body → 200400404
PUT
/api/row_comments/{table_id}/{row_id}/notification-mode/
Updates the user's notification preferences for comments made on a specified table row. This is a premium feature.
update_row_comment_notification_mode 3 params body → 204400404
PATCH
/api/row_comments/{table_id}/comment/{comment_id}/
Update a row comment. This is a premium feature.
update_row_comment 3 params → 200400401404
DELETE
/api/row_comments/{table_id}/comment/{comment_id}/
Delete a row comment. This is a premium feature.
delete_row_comment 3 params → 200400401404

Schemas 26

The contract defines 26 schemas that model the data the API accepts and returns. The most detailed are ExampleRowResponseSerializerWithUserFieldNames (31 properties), ExampleBatchUpdateRowRequestSerializerWithUserFieldNames (18 properties), PatchedExampleUpdateRowRequestSerializerWithUserFieldNames (17 properties), ExampleRowRequestSerializerWithUserFieldNames (17 properties). Each schema is shown below with its type and property counts.

ExampleBatchUpdateRowRequestSerializerWithUserFieldNames
object
18 properties 1 required
RowHistory
object
8 properties 7 required
PaginationSerializerRowComment
object
4 properties 4 required
PaginationSerializerRowHistory
object
4 properties 4 required
RowMetadata
object
2 properties
ExampleRowRequestSerializerWithUserFieldNames
object
17 properties
ExampleBatchUpdateRowsRequest
object
2 properties 1 required
RowCommentsNotificationModeEnum
string
all - all mentions - mentions
PatchedExampleUpdateRowRequestSerializerWithUserFieldNames
object
17 properties
ExampleRowResponseSerializerWithUserFieldNames
object
31 properties 2 required
ActionCommandTypeEnum
string
DO - DO UNDO - UNDO REDO - REDO
OperationMetadata
object
2 properties 1 required
Mode884Enum
string
all - all mentions - mentions
RowHistoryUser
object
2 properties 2 required
PatchedExampleBatchUpdateRowsRequest
object
1 property
RowCommentsNotificationMode
object
1 property 1 required
Collaborator
object
2 properties 2 required
ExampleBatchRowsRequest
object
1 property 1 required
CascadeUpdate
object
2 properties 2 required
FileFieldResponse
object
10 properties 10 required
PaginationSerializerExampleRowResponseSerializerWithUserFieldNames
object
4 properties 4 required
LinkRowValue
object
3 properties 1 required
RowCommentCreate
object
1 property 1 required
BatchDeleteRows
object
1 property 1 required
RowComment
object
10 properties 8 required
SelectOption
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

baserow-database-table-rows-api-openapi.yml Raw ↑

Other APIs Baserow publishes across the network.

Baserow Admin API
Baserow Admin data scanner API
Baserow AI Assistant API
Baserow Applications API
Baserow Audit log API
Baserow Auth API
Baserow Automation history API
Baserow Automation nodes API
Baserow Automation workflows API
Baserow Builder data sources API
Baserow Builder domains API
Baserow Builder elements API
Where this information came from

This is an independent, third-party profile of Baserow Database table rows API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.