odata-v4-ng
odata-v4-ng copied to clipboard
Format of URL to get an entity with no parentheses
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.