How to handle filter in side array? #722
Unanswered
LokanathCalyx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a scenario, where Get end point returns
As its an array, so i will have multiple Student details. i want a result output where
"IsIntrested":true
, so i have below OdataQuery.https://localhost:7014/api/base?$filter=subject/any(a:a/IsIntrested eq true)
. This holds good to only filter the students. so every student will have some subject where they are interested.Issue:- i want to filter the subject where student is interested, i.e. ,
How to do this in Odata?
Beta Was this translation helpful? Give feedback.
All reactions