List rows in a database table
Lists user-written overlay rows for a live database table, with optional since/limit/includeDeleted filters.
GET
/api/database-tables/{tableId}/rowsPath parameters
tableIdstringrequiredQuery parameters
sincestringlimitintegerincludeDeletedenum | booleanRequest
curl
curl -X GET https://platform.trickest.com/api/database-tables/{tableId}/rows \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200List of overlay rows
rowsobject[]required400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring