get https://{server}/api-gateway/api/v2/dtables//rows/
Returns a list of rows contained in a table (or in a view if provided).
The usage of a view in SeaTable could be much more convenient then the usage of the complex SQL-syntax of the SQL query endpoint.
Big Data support added
Since Version 4.4 this endpoint also supports the big data backend.
Every row consists of the columns, you defined in your base but also hidden informations like _id
, _mtime
, _ctime
, _creator
and so on. Get more details about these information in the Models area.
Hidden Columns
If no view is selected, all columns (even hidden one) are returned. If a view is selected, only the visible columns of that view are returned with the request.