User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Retrieve Project's Mappings

Returns a list of attribute mappings that connect an attribute in an input dataset to a corresponding attribute in the project's unified dataset. Each mapping is a JSON object with the following attributes:

FieldDescription
idThe ID of the mapping. Unique across the entire deployment of Tamr.
relativeIdThe ID of the mapping stripped of the instance name. This ID can be used in API calls.
inputAttributeIdThe ID of the input dataset attribute. Unique across the entire deployment of Tamr.
relativeInputAttributeIdThe ID of the input dataset attribute stripped of the instance name. This ID can be used in API calls.
inputDatasetNameThe name of the input dataset to which the input dataset attribute belongs.
inputAttributeNameThe name of the input dataset attribute.
unifiedAttributeIdThe ID of the unified dataset attribute. Unique across the entire deployment of Tamr.
relativeUnifiedAttributeIdThe ID of the unified dataset attribute stripped of the instance name. This ID can be used in API calls.
unifiedDatasetNameThe name of the unified dataset to which the unified dataset attribute belongs.
unifiedAttributeNameThe name of the unified dataset attribute.
Language