You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm try to understand if there is a way to define a Route on a Resource equivalent to a filtered query.
Here is an example:
I've a reource ExampleResource that has a filed example, an i'd like to create a Get custom route '/example' that returns only the elements having example == True
Hi,
I'm try to understand if there is a way to define a Route on a Resource equivalent to a filtered query.
Here is an example:
I've a reource
ExampleResource
that has a filedexample
, an i'd like to create a Get custom route '/example' that returns only the elements havingexample == True
The text was updated successfully, but these errors were encountered: