get http://<host>:9100/api/versioned/v1/projects//attributeMappings
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:
Field | Description |
---|---|
id | The ID of the mapping. Unique across the entire deployment of Tamr. |
relativeId | The ID of the mapping stripped of the instance name. This ID can be used in API calls. |
inputAttributeId | The ID of the input dataset attribute. Unique across the entire deployment of Tamr. |
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. |
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. |