API Reference

Get Row

Retrieves a single row from a base. By default the column names are returned, but you can also decide to get the column ids back.

❗️

CURL does not follow redirects by default (relevant especially for SeaTable Cloud)

SeaTable Cloud (version 5.0 and newer) redirects this endpoint to the new API gateway endpoint using a 302 header redirect.
If you curl command does not return any result, you need to add the -L parameter to follow these redirects. Most other clients handle redirects automatically.

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.

boolean

If 'true', the column's id will be converted to column names.

Response

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