6
votes

Querying objects in your REST server with XData
TMS Software Blog
– One of my favourite features of TMS XData is its powerful querying capabilities. With no extra line of code in your server, clients can choose how to retrieve the server objects, filter them, set an order, etc.. For example, you can perform a GET request to get Customer objects but filter only those which name is John: http://server:2001/tms/xdata/Customer?$filter=Name eq 'John' You can also filter by properties of associated objects, at any level. The next example gets all customers which associated country name is "USA": http://server:2001/tms/xdata/Customer?$filter=Country/Name eq ...
Statistics
|
Visits by Source |
User Actions |