I know from this source https://msdn.microsoft.com/en-us/library/hh169248(v=nav.90).aspx,
that i can filter data from my Odata-feed like this: localhost/.../Company('CRONUS International Ltd.')/Customer?$filter=City eq 'Miami'
But how should the URL look, if i want to specify $format=json, too?
*This post is locked for comments