http://localhost
API for accessing mapping rules and mapping parameters
GET /mapping-metadata/{jobExecutionId}
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Mapping Metadata DTO, contains Mapping rules and Mapping parameters",
"type": "object",
"properties": {
"jobExecutionId": {
"type": "string",
"description": "UUID of the JobExecution"
},
"mappingRules": {
"type": "string",
"description": "Mapping rules in encoded json format"
},
"mappingParams": {
"type": "string",
"description": "Mapping parameters in encoded json format"
}
},
"additionalProperties": false,
"required": [
"jobExecutionId",
"mappingRules",
"mappingParams"
]
}
Not found
Media type: text/plain
Type: any
Example:
Not found
Internal server error
Media type: text/plain
Type: any
Example:
Internal server error
GET /mapping-metadata/type/{recordType}
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Mapping Metadata DTO, contains Mapping rules and Mapping parameters",
"type": "object",
"properties": {
"jobExecutionId": {
"type": "string",
"description": "UUID of the JobExecution"
},
"mappingRules": {
"type": "string",
"description": "Mapping rules in encoded json format"
},
"mappingParams": {
"type": "string",
"description": "Mapping parameters in encoded json format"
}
},
"additionalProperties": false,
"required": [
"jobExecutionId",
"mappingRules",
"mappingParams"
]
}
Not found
Media type: text/plain
Type: any
Example:
Not found
Internal server error
Media type: text/plain
Type: any
Example:
Internal server error