get http://localhost:9100/api/versioned/v1/projects//attributeMappings
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:
Key | Value Description |
---|---|
id | The ID of the mapping. Unique across the entire deployment of Tamr Core. |
relativeId | The 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. |
inputAttributeId | The ID of the input dataset attribute. Unique across the entire deployment of Tamr Core. |
relativeInputAttributeId | The ID of the input dataset attribute stripped of the instance name. This ID can be used in API calls. |
inputDatasetName | The name of the input dataset to which the input dataset attribute belongs. |
inputAttributeName | The name of the input dataset attribute. |
unifiedAttributeId | The ID of the unified dataset attribute. Unique across the entire deployment of Tamr Core. |
relativeUnifiedAttributeId | The ID of the unified dataset attribute stripped of the instance name. This ID can be used in API calls. |
unifiedDatasetName | The name of the unified dataset to which the unified dataset attribute belongs. |
unifiedAttributeName | The name of the unified dataset attribute. |