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

Sample API Response

Sample API Response

The following sample response shows the paths from the business entity record to the hierarchy root:
{ "link":[], "item":[ { "businessEntity":{ "Organization":{ "link":[ { "href":"http://localhost:8080/cmx/request/hm_icons/hierarchymanager/Hospital/Hospital.png?ors=localhost-orcl-MDM_SAMPLE", "rel":"icon" }, { "href":"http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/Organization/584", "rel":"self" } ], "rowidObject":"584", "label":"Time Warner Inc", "partyType":"Organization", "displayName":"Time Warner Inc", "dunsNumber":"799527630" } }, "entityLabel":"Time Warner Inc", "entityType":"Organization", "depth":2, "object":{ "businessEntity":{ "Organization":{ "link":[ { "href":"http://localhost:8080/cmx/request/hm_icons/hierarchymanager/Hospital/Hospital.png?ors=localhost-orcl-MDM_SAMPLE", "rel":"icon" }, { "href":"http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/Organization/55", "rel":"self" } ], "rowidObject":"55", "label":"Historic TW Inc", "partyType":"Organization", "displayName":"Historic TW Inc", "dunsNumber":"958466278" } }, "entityLabel":"Historic TW Inc", "relationshipLabel":"is ODI parent of", "relationship":{ "rowidObject":"834", "label":"is ODI parent of", "rowidRelType":"2", "rowidHierarchy":"1", "relName":"Parent", "relDesc":"Parent", "from":{ "rowidObject":"584" }, "to":{ "rowidObject":"55" } }, "entityType":"Organization", "relationshipType":"IsOdiParentOf", "object":{ "businessEntity":{ "Organization":{ "link":[ { "href":"http://localhost:8080/cmx/request/hm_icons/hierarchymanager/Hospital/Hospital.png?ors=localhost-orcl-MDM_SAMPLE", "rel":"icon" }, { "href":"http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/Organization/35", "rel":"self" } ], "rowidObject":"35", "effectivePeriod":{ }, "label":"People Magazine", "partyType":"Organization", "displayName":"People Magazine", "dunsNumber":"011584096" } }, "entityLabel":"People Magazine", "relationshipLabel":"is ODI parent of", "relationship":{ "rowidObject":"889", "label":"is ODI parent of", "rowidRelType":"2", "rowidHierarchy":"1", "relName":"Parent", "relDesc":"Parent", "from":{ "rowidObject":"55" }, "to":{ "rowidObject":"35" } }, "entityType":"Organization", "relationshipType":"IsOdiParentOf" } } } ] }

0 COMMENTS

We’d like to hear from you!