6 Replies Latest reply on Jun 26, 2015 7:57 AM by rareddy

    We have a web service that returns JSON where each JSON structure will have URI:"some URL". I want instead of "some URL", the whole response of that URL in the JSON output itself. How do I do that with ODATA? Using $expand can it help? if yes, any sample?

    iginsk

      We have a web service that returns JSON where each JSON structure will have URI:"some URL". I want instead of "some URL", the whole response of that URL in the JSON output itself. How do I do that with ODATA? Using $expand can it help? if yes, any samples would help.