Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. Enterprise Java Bean Business Entity Service Calls
  4. Representational State Transfer Business Entity Service Calls
  5. Simple Object Access Protocol Business Entity Service Calls
  6. Services for Cross-reference Records and BVT Calculations
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Using REST APIs to Add Records
  10. Using REST APIs to Upload Files

Request URL

Request URL

The context for the List Match Columns URL is
cmx
. In a Hosted MDM environment, include the tenant name in the context, such as
<tenant name>/cmx
.
The List Match Columns URL has the following formats:
URL to return all the match rule sets
Use the following URL to list all the match rule sets for a specific business entity:
http://<host>:<port>/<context>/queryTemplate/<database ID>/<business entity>
Make the following HTTP GET request to the List Match Columns URL:
GET http://<host>:<port>/<context>/queryTemplate/<database ID>/<business entity>
URL to return the match columns used in a specified match rule set
Use the following URL to list all the match columns in a specified match rule set:
http://<host>:<port>/<context>/queryTemplate/<database ID>/<business entity>/<match rule set>

0 COMMENTS

We’d like to hear from you!