Hi all,
I want to get the data whose "completeflag" is not equal to null.For this am using the following query.
"/api/v1/orderdetails?filter[where][completeflag][neq]=null" but i got following response

which i noticed is that the response data is for whose "completeflag" is null, But i want only the data whose completeflag is not null, please help me to achieve this(Am using Postgresql).
Thanks in Advance.