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
Hello,
could it be possible to implement taking NULL or NOT NULL parameter for GET query in api ?
For example :
GET http://api.example.com/customers/country/NOT_NULL may return customers with entry "country" not null in database ; GET http://api.example.com/customers/country/NULL may return customers with entry "country" null in database.
It's for example, the NOT NULL / NULL parameter can be passed in an other way but it is the idea.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
could it be possible to implement taking NULL or NOT NULL parameter for GET query in api ?
For example :
GET http://api.example.com/customers/country/NOT_NULL may return customers with entry "country" not null in database ;
GET http://api.example.com/customers/country/NULL may return customers with entry "country" null in database.
It's for example, the NOT NULL / NULL parameter can be passed in an other way but it is the idea.
The text was updated successfully, but these errors were encountered: