v1

latestOpenAPI 3.0.02026-07-2638801.8 MB
record

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

userMapobject required
nextCursorstring nullable

Example response

{
  "historyList": [
    {
      "before": {
        "meta": {
          "name": "Tags",
          "type": "singleSelect"
        }
      },
      "after": {
        "meta": {
          "name": "Tags",
          "type": "singleSelect"
        }
      }
    }
  ]
}