We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Such kind of requests always returns empty list: Request: /addresses/43/values Response: { "data": [], "links": {"self": "http://127.0.0.1:5000/address_values"}, "meta": {"count": 0}, "jsonapi": {"version": "1.0"} }
/addresses/43/values
{ "data": [], "links": {"self": "http://127.0.0.1:5000/address_values"}, "meta": {"count": 0}, "jsonapi": {"version": "1.0"} }
If I try to get the same resources using the filter it returns expected result. /address_values?filter=[{"name":"address__id", "op":"has", "val":43}]
/address_values?filter=[{"name":"address__id", "op":"has", "val":43}]
On 0.30.1 everything works as expected.
The text was updated successfully, but these errors were encountered:
@smdevice was this an issue with relationship? Even I am facing the same issue
Sorry, something went wrong.
Yes, it returns an empty list only for relationships.
No branches or pull requests
Such kind of requests always returns empty list:
Request:
/addresses/43/values
Response:
{ "data": [], "links": {"self": "http://127.0.0.1:5000/address_values"}, "meta": {"count": 0}, "jsonapi": {"version": "1.0"} }
If I try to get the same resources using the filter it returns expected result.
/address_values?filter=[{"name":"address__id", "op":"has", "val":43}]
On 0.30.1 everything works as expected.
The text was updated successfully, but these errors were encountered: