Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.6K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
How to get all Items data using the itemsV2 API?

User_AAVPI
Member Posts: 1 Green Ribbon
As per the document (https://docs.oracle.com/en/cloud/saas/supply-chain-management/21a/fasrp/op-fscmrestapi-resources-11.13.18.05-itemsv2-get.html), we can see the item API (itemsV2) is used to get all items.
But, why is it asking for ItemNumber or ItemDescription as mandatory?
We can only get one item if we pass the item number or just can get few items with the below conditions
q=ItemNumber LIKE 'PA0%';OrganizationCode='V1'
q=ItemNumber >= 'PA00001';OrganizationCode='V1'
Please help me to get all the items list using the itemsV2 API.