v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
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.

Response

countinteger required

The total amount of results.

nextstring uri nullable required

URL to the next page.

previousstring uri nullable required

URL to the previous page.