get https://{server}/api-gateway/api/v2/dtables//rows//
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.
Response
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.
xxxxxxxxxx
curl --request GET \
--url https://cloud.seatable.io/api-gateway/api/v2/dtables/base_uuid/rows/row_id/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: