How do we fetch the query parameters ( OData standard)from the request URL?

Not applicable

Can we have a query parameter with OData standard in apigee API URL ?

For example : v0/Products?$filter=name eq 'Milk'

if so could you please guide me on how do we fetch the query parameter value in our code ?

Solved Solved
0 3 2,252
1 ACCEPTED SOLUTION

Not applicable

OData parameter parsing is not performed automatically within Edge. Typically an OData proxy will pass through those params without needing to interact with them.

If you do need to look into the params I would suggest a javascript callout to do so...

View solution in original post

3 REPLIES 3

Not applicable

OData parameter parsing is not performed automatically within Edge. Typically an OData proxy will pass through those params without needing to interact with them.

If you do need to look into the params I would suggest a javascript callout to do so...

Thanks David. Will try using javascript .

Do you know if there are plans to support this in future upgrades?