v1
latestOpenAPI 3.0.02026-07-2638801.8 MBrecord
Get table records history
Retrieve the change history of all records in a table, including field modifications and user information.
get/table/{tableId}/record/history
Path parameters
tableIdstring required
Response
Get the history list of all records in a table
Example response
{
"historyList": [
{
"before": {
"meta": {
"name": "Tags",
"type": "singleSelect"
}
},
"after": {
"meta": {
"name": "Tags",
"type": "singleSelect"
}
}
}
]
}