Database table rows
Fetches the row change history of a given row_id in the table with the given table_id. The row change history is paginated and can be limited with the limit and offset query parameters.
get/api/database/rows/table/{table_id}/{row_id}/history/
Path parameters
row_idinteger required
The id of the row to fetch the change history from.
table_idinteger required
The id of the table to fetch the row change history from.
Query parameters
limitinteger
The maximum number of row change history entries to return.
offsetinteger
The offset of the row change history entries to return.