v1
latestOpenAPI 3.0.32026-07-12124032.8 KBmappings
searchConfigs
Search mapping configs
post/v1/mappings:search
Request body
Example request
{
"source": {
"config": {
"entity_schema": "submission"
}
}
}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
}