Hi! Im trying to search everywhere for some information but i cant find anything about the types that we can use in API REST WHERE statement
For example:
/v1/Account?where[0][type]=equals&where[0][field]=active&where[0][value]=true
I've seen some more operators for [type] like:
- before
- after
(For dates)
Is there some documentation about this or can someone help me please?
I need an operator for date that can give me ">=" or "<=" at the moment but it would be nice to have a full list of operators that we can use.
Thank you vey much!
For example:
/v1/Account?where[0][type]=equals&where[0][field]=active&where[0][value]=true
I've seen some more operators for [type] like:
- before
- after
(For dates)
Is there some documentation about this or can someone help me please?
I need an operator for date that can give me ">=" or "<=" at the moment but it would be nice to have a full list of operators that we can use.
Thank you vey much!
Comment