Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. EJB Business Entity Service Calls
  4. REST Business Entity Service Calls
  5. REST APIs for Data Director
  6. SOAP Business Entity Service Calls
  7. Cross-reference Records and BVT Calculations Services
  8. Supporting Corporate Linkage Service
  9. External Calls to Cleanse, Analyze, and Transform Data
  10. Appendix A: Using REST APIs to Add Records
  11. Appendix B: Using REST APIs to Upload Files
  12. Appendix C: Using REST APIs to Manage Reports

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!