Rest syntax for require only few fields from an entity list

Hi,

From the automatic entity CRUD end-points? There's no way, AFAIK. What you can do is to define entities with only the fields you're interested in. Ex. you may have a TProduct entity with all fields and a TProductBrief with only a few fields of interest.

HTH,