Skip to main content
GET
Get a single row

Autorizace

Authorization
string
header
povinné

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parametry cesty

table_id
string
povinné
row_id
string<uuid>
povinné

Odpověď

Row details

id
string<uuid>
povinné
row_index
integer
povinné
data
object
povinné

Key-value pairs matching the table schema columns

created_at
string<date-time>
povinné
validation_status
enum<string>
Dostupné možnosti:
valid,
warning,
error
validation_errors
object[]
enhancement_status
object
is_edited
boolean