v1
latestOpenAPI 3.0.32026-07-12124032.8 KBmappings
getConfigVersion
Get specific version of a mapping config by id & version
get/v1/mappings/{id}/versions/{version}
Path parameters
idstring required
Example:70542580-2b38-4bfc-af8d-bb90102f9f47
Mapping Config Id
versionnumber required
Example:3
Version to be loaded
Response
Entity Mapping Config
Example response
{
"source": {
"config": {
"entity_schema": "submission"
}
},
"targets": [
{
"mapping_attributes": [
{
"target": "_tags",
"operation": {
"_append": [
"new",
"tags"
],
"_uniq": true
}
}
]
}
],
"org_id": "66",
"version": 2
}