Hi All,
I am calling a get rest API for an item as below -
https://saasfaprod1.fa.ocs.oraclecloud.com/fscmRestApi/resources/11.13.18.05/inventoryCompletedTransactions?q=OrganizationId=300000042955544;InventoryItemId=300000055386042
The response I receive is as below but my requirement is to read the data inside this ITEM [] object. Could you please help me with how I can do it or direct me to any documentation link which can help me?
{
"items": [],
"count": 0,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://saasfaprod1.fa.ocs.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/inventoryCompletedTransactions",
"name": "inventoryCompletedTransactions",
"kind": "collection"
}
]
}