Compare Pairs REST Endpoints
Configure/Compare Pairs
The operations from the Configure/Compare Pairs category.
- Create Compare Pairs
- Method: postPath:
http://{host}:{port}/veridata/v1/services/configuration/cps/group/{groupId} - Create or Generate Compare Pairs using mapped objects
- Method: postPath:
http://{host}:{port}/veridata/v1/services/configuration/cps/mappings/group/{groupId} - Delete Compare Pair
- Method: deletePath:
http://{host}:{port}/veridata/v1/services/configuration/cps/{Id} - Generate Column Mapping Pairs
- Method: postPath:
http://{host}:{port}/veridata/v1/services/configuration/cps/{Id}/colmap - Generate Compare Pairs using mapped objects
- Method: postPath:
http://{host}:{port}/veridata/v1/services/configuration/cps - Generate Mapping Objects using the Mapping Rules
- Method: postPath:
http://{host}:{port}/veridata/v1/services/configuration/cps/mappings - Replace Compare Pair
- Method: putPath:
http://{host}:{port}/veridata/v1/services/configuration/cps/{Id} - Retrieve Compare Pair
- Method: getPath:
http://{host}:{port}/veridata/v1/services/configuration/cps/{Id}