get https://{server}/dtable-server/api/v1/dtables//rows//
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 youcurl
command does not return any result, you need to add the-L
parameter to follow these redirects. Most other clients handle redirects automatically.