get https://api-examples.tamr.cloud/api/v1alpha1/history/tables//records/
Fetch the complete history of changes for a specific record.
This operation returns the change history for a specified record in the System of Record, including these events:
Logical Action | Event Type |
---|---|
Create record | CREATE |
Update record | UPDATE |
Delete record | DELETE |
Merge records | UPDATE: for surviving record DELETE: for retired record |
Unmerge records | UPDATE: for surviving record CREATE: for previously retired (resurrected) record |
Enrich record | UPDATE |
Optionally, you can choose to return events within a specified time range or record version range.