-
I've got a use cases where a very dynamic OData setup might come in handy. I'm now trying to understand how I can access Can someone please point me in the right direction? Neither google nor copilot seem to know anything about this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I tried to add
This seems to give me access to the filter and other things like orderby. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thanks |
Beta Was this translation helpful? Give feedback.
I tried to add
ODataQueryOptions
as an argument in my get method, but when I do that, I only get an 404 error back.After some tinkering, I found out, that I can build the query options object myself.
This seems to give me access to the filter and other things like orderby.