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