Skip to content

Commit

Permalink
1566 - docs - generated
Browse files Browse the repository at this point in the history
  • Loading branch information
monikakuster authored and ivicac committed Nov 9, 2024
1 parent b81f7d8 commit 4456160
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/src/content/docs/reference/components/baserow.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,35 @@ Type: OBJECT



### Get Row
Fetches a single table row.

#### Properties

| Name | Type | Control Type | Description |
|:--------------:|:------------:|:--------------------:|:-------------------:|
| Table ID | INTEGER | INTEGER | ID of the table where you want to get the row from. |
| Row ID | INTEGER | INTEGER | ID of the row to get. |
| User Field Names | BOOLEAN | SELECT | The field names returned by this endpoint will be the actual names of the fields. |




### List Rows
Lists table rows.

#### Properties

| Name | Type | Control Type | Description |
|:--------------:|:------------:|:--------------------:|:-------------------:|
| Table ID | INTEGER | INTEGER | ID of the table where you want to get the rows from. |
| Size | INTEGER | INTEGER | The maximum number of rows to retrieve. |
| Order By | STRING | TEXT | If provided rows will be order by specific field. Use - sign for descending ordering. |
| User Field Names | BOOLEAN | SELECT | The field names returned by this endpoint will be the actual names of the fields. |




### Update Row
Updates the specified row.

Expand Down

0 comments on commit 4456160

Please sign in to comment.