Discussions
Raw API Filtering options
over 1 year ago by Rob Schneider
The Raw API Filtering options do not seem to be working. For example, this returns the two crews related to company 11 (as expected):
https://{workspace}.api.vitruvi.cc/api/v1/crews/?company=11
This returns all crews, including those for companies less than 11 (not as expected):
https://{workspace}.api.vitruvi.cc/api/v1/crews/?company__gte=11
It's the same results as if I query for everything:
https://{workspace}.api.vitruvi.cc/api/v1/crews/
Similar attempts with numerous other fields and other Raw API filters yield similar results (e.g. modified__gte=2022-05-24, which is shown on https://developers.vitruvi.cc/docs/raw-api-filtering).
What am I doing wrong?
Thanks,
Rob