Version: v1apha1

Initial Release 2024-11-18

Stability Level Early Access

See Versioning for more information on Tamr's API versioning policies.

Changelog:

Change Summary Type Date

Added optional fromRecordVersion and toRecordVersion objects to the body of the create and update relationship operations

If these versions are specified, the operation is performed only if the current version of the to and/or from records match the specified versions.

Additive 2024-12-09

Added optional expectedVersion query parameter to the delete relationship operation

If the expected version of the relationship is specified, the operation is performed only if the current version of the relationship matches the specified version.

Additive 2024-12-02

Added optional details body object parameter to the create relationship and update relationship operations

In this object, provide additional details about the relationship in the form of key/value pairs.

This new object is also returned in responses for the following operations:

Additive 2024-12-02