Generally I want some equivalent of:
select * from my_entity where id IN (1,2,3)
In odata it should be like that:
GET http://my-host.com/Api/V4/MyEntity(1,2)
But for API which I try to use the upper url does not work :( So does odata
API supports get entities by multiple ids? If yes - what url pattern to use?