odata-v4-ng icon indicating copy to clipboard operation
odata-v4-ng copied to clipboard

Format of URL to get an entity with no parentheses

Open lrodriguezrullan opened this issue 5 years ago • 0 comments

My OData service does not seem to support the following format in order to get an entity by ID:

https://services.odata.org/v4/TripPinServiceRW/People('russellwhyte')

It supports the following format:

https://services.odata.org/v4/TripPinServiceRW/People/russellwhyte

Is there any way to specify the format to use? Am I missing something?

Thanks.

lrodriguezrullan avatar Apr 03 '19 01:04 lrodriguezrullan