I am trying to run an Odata V4 query but have not been able to get it to work
This simple query works fine:
"URL/odata/Tenant/IN-StockItem?$filter=substringof('TestItem', InventoryID) eq true"
But when i add the v4 part, it does not yield any results.
"URL/odataV4/Tenant/IN-StockItem?$filter=substringof('TestItem', InventoryID) eq true"
Is the above V4 syntax wrong?
Is there something that needs to be enabled in order for Odata V4 to work?
I ensured the user has the ODatav4 User ( Access to data exposed via OData v4) role assigned.