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 direct parent relationships for a business entity record:
{ "link":[], "firstRecord":1, "pageSize":10, "searchToken":"SVR1.1G7VH", "relatedEntity":[ { "businessEntity":{ "Organization":{ "link":[ { "href":"http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/Organization/584", "rel":"self" }, { "href":"http://localhost:8080/cmx/request/hm_icons/hierarchymanager/Hospital/Hospital.png?ors=localhost-orcl-MDM_SAMPLE", "rel":"icon" } ], "rowidObject":"584", "label":"Time Warner Inc", "partyType":"Organization", "displayName":"Time Warner Inc", "dunsNumber":"799527630" } }, "entityLabel":"Time Warner 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" } ] }

0 COMMENTS

We’d like to hear from you!