Get a database table row
Fetches a single user-written overlay row by ID from a live database table.
GET
/api/database-tables/{tableId}/rows/{rowId}Path parameters
tableIdnumberrequiredPath parameter: tableId
rowIdnumberrequiredPath parameter: rowId
Request
curl
curl -X GET https://platform.trickest.com/api/database-tables/{tableId}/rows/{rowId} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200The requested row
rowobjectrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring