Unable to Filter Nested Child Resource Fields via REST API — Any Workaround Using Business Objects
Hi Community,
We are using the Oracle HCM Workers REST API and need to filter assignments based on:
- AssignmentType = 'E'
- AssignmentStatusType = 'ACTIVE'
- PrimaryFlag = true
However, the q= filter parameter only works on top-level fields and does not support filtering on nested child resources like workRelationships.assignments.
We have tried:
- Using q= parameter (does not work for nested fields)
- Passing filters as headers (ignored by Oracle API)
Currently we fetch all records and filter in our integration layer which is inefficient.
Is there a supported Finder or a way to achieve this filtering through Business Objects in Oracle Fusion?
Oracle Fusion : 25D
0