Retrieve a Data Mapping
Retrieve the details of a specific data mapping by its unique ID.
Response
Data mapping details retrieved successfully.
Example response
{
"displayName": "crm-contacts",
"description": "Syncs customer data from CRM dataset to profile traits",
"isEnabled": true,
"mappingTo": {
"type": "TRAITS",
"mappings": [
{
"expression": "primary_email",
"traitGroup": "Contact",
"traitName": "email"
}
]
},
"mappingFrom": {
"type": "INGRESS",
"columns": [
"first_name",
"last_name",
"email",
"favorite_color"
]
},
"id": "mem_datamapping_00000000000000000000000000",
"createdAt": "2026-01-15T10:30:00Z",
"updatedAt": "2026-01-15T11:45:00Z",
"version": 3
}Changes
Changed in 3 of the 8 revisions of this API.86
- ○
removed
CSVDATASETdiscriminator mapping keys from themappingFromresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DataMappingFromCSVDataMappingFromDataSetfrom themappingFromresponse propertyoneOflist for the response status200response-property-one-of-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added
DataMappingFromIngressDataMappingFromCloudAppDataSetDataMappingFromWarehouseDataSetto themappingFromresponse propertyoneOflist for the response status200response-property-one-of-added
- ○
added
INGRESSDATASET_CLOUDAPPDATASET_WAREHOUSEdiscriminator mapping keys to themappingFromresponse property for the response status200response-property-discriminator-mapping-added
- ▲
- ▲
the
coderesponse property's max was increased from99999.00to999999.00for the response status400response-property-max-increased
- ▲
the
coderesponse property's max was increased from99999.00to999999.00for the response status404response-property-max-increased
- ▲
the
coderesponse property's max was increased from99999.00to999999.00for the response status429response-property-max-increased
- ▲
the
coderesponse property's max was increased from99999.00to999999.00for the response status500response-property-max-increased
- ▲
the
coderesponse property's max was increased from99999.00to999999.00for the response status503response-property-max-increased
- ▲
added
DataMappingFromCSVto themappingFromresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
removed the required property
mappingTo/oneOf[DataMappingToTraits]/mappings/items/fieldNamefrom the response with the200statusresponse-required-property-removed
- ○
the response property
mappingTo/oneOf[DataMappingToTraits]/mappings/items/expressionbecame required for the status200response-property-became-required
- ○
added
CSVdiscriminator mapping keys to themappingFromresponse property for the response status200response-property-discriminator-mapping-added
- ○
the
displayNameresponse's property pattern was changed from^[a-zA-Z][a-zA-Z0-9-_.]*$to^[a-zA-Z][a-zA-Z0-9-.]*$for the status200response-property-pattern-changed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 8 revisions, 1 has no diff computed.