Oracle PDH - REST API - Search for items using an attribute
Hello,
We are using Oracle PDH (Product Data Hub) version 20D (11.13.20.10.0)
I'm trying to use API to search for created items.
I'm using the URL .../fscmRestApi/resources/11.13.18.05/itemsV2. I can use a query on the ItemNumber (../fscmRestApi/resources/11.13.18.05/itemsV2?q=ItemNumber=AQ1247) but, I would like to use an attribute of the item (for instance I have the Attribute Group : BRAND with the Attribute BRAND_NAME).
So, I would like to filter the Items with BRAND_NAME = ASTRO
Thank you.