Baserow integration (Productivity, Data). Imported from open-connector.
https://api.baserow.io/api/database/tables/all-tables/
/api/database/fields/table/{tableId}/
| Param | Type | Required | Description |
|---|---|---|---|
| tableId | integer | required | The Baserow table ID. |
/api/database/rows/table/{tableId}/
| Param | Type | Required | Description |
|---|---|---|---|
| tableId | integer | required | The Baserow table ID. |
| userFieldNames | boolean | optional | Whether Baserow should use user-facing field names instead of field IDs. |
| search | string | optional | Free-text search string applied by Baserow when listing rows. |
| orderBy | string | optional | Comma-separated Baserow sort expression, using '-' for descending fields. |
| filters | object | optional | Baserow field filters keyed by field name or field ID. |
| filterType | string | optional | How multiple Baserow filters should be combined. |
| page | integer | optional | Page number to fetch from the paginated Baserow rows endpoint. |
| size | integer | optional | Number of rows to request per page, from 1 to 200. |
/api/database/rows/table/{tableId}/{rowId}/
| Param | Type | Required | Description |
|---|---|---|---|
| tableId | integer | required | The Baserow table ID. |
| rowId | integer | required | The Baserow row ID. |
| userFieldNames | boolean | optional | Whether Baserow should use user-facing field names instead of field IDs. |
/api/database/rows/table/{tableId}/{rowId}/
| Param | Type | Required | Description |
|---|---|---|---|
| tableId | integer | required | The Baserow table ID. |
| rowId | integer | required | The Baserow row ID. |