Would like to understand the different between the below 2 subscriptionproducts API
1){{environment}}/crmRestApi/resources/latest/subscriptionProducts?q=SubscriptionNumber=SUB123;&fields=SubscriptionNumber,SubscriptionProductPuid,ExternalAssetKey
Oracle Documentation Link : https://docs.oracle.com/en/cloud/saas/sales/faaps/api-subscription-products.html
2){{environment}}/crmRestApi/resources/latest/subscriptions/SUB123/child/products?onlyData=true&fields=SubscriptionNumber,SubscriptionProductPuid,ExternalAssetKey
Oracle Documentation Link : https://docs.oracle.com/en/cloud/saas/sales/faaps/api-subscriptions-products.html
OIC in our implementation is using the 1st API, and most of the times the data retrieved is slow and also some times it does not return data.
The 2nd API works as expected and consistantly.
I have few questions on the same.
1) What is the difference between the 2 API's.