API Reference

Get Row

Get the values of one row with all columns and values, according to the row id provided. Depending of convert the response will contain the column names or the column keys.

Path Params
string
required

The unique identifier of a base. Sometimes also called dtable_uuid.

string
required

The id of the row.

Query Params
string
required

The name of the table to perform the operation on. Alternatively, you can use the table_id instead of table_name. If using table_id, ensure that the key in the request body is replaced accordingly.
Example: Instead of table_name: Table1 you can use table_id: 0000.

boolean

Determines if the columns are returned as their keys (false by default) or their names (true).

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json