User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In

List all project attribute mappings

On success, this call returns an array of attribute mapping objects that connect an attribute in an input dataset to a corresponding attribute in the specified project's unified dataset. Each mapping is a JSON object with the following keys:

KeyValue Description
idThe ID of the mapping. Unique across the entire deployment of Tamr Core.
relativeIdThe ID of the mapping stripped of the instance name. The numeric string at the end of this ID, for example 184505-7830, can be used in API calls.
inputAttributeIdThe ID of the input dataset attribute. Unique across the entire deployment of Tamr Core.
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 Core.
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
Click Try It! to start a request and see the response here!