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

Selective Filtering for Child Records

Selective Filtering for Child Records

When you query a parent business entity, you can update an API request to filter records at the child or grandchild level.
To enable filtering on child records or grandchild records of a parent business entity, set cmx.e360.legacysearch.filterchildoutput=true in the cmxserver.properties configuration file. Default is false.
To filter the child or grandchild records in the Entity 360 UI, ensure you have set the filterChildOutput parameter to true in the related API search query or in the Search Query Results Options. Default is false.
Use the following API sample request:
http://localhost:8080/cmx/cs/localhost-orcl-TPLSAMPLE/Person.json?action=query&recordStates=ACTIVE%2CPENDING&recordsToReturn=100&returnTotal=true&resolveLookups=true&filter=lastName%3D%27Hawkins%27%20and%20firstName%3D%27Bill%27%20and%20Addresses.Address.cityName%3D%27STURGIS%27&readSystemFields=true&caseInsensitive=true&filterChildOutput=true&outputView=PersonView&depth=2&foo=1698246612615

0 COMMENTS

We’d like to hear from you!