Retrieve API v8 data with 'Or' and 'And' operator

Iā€™m trying to get from Opportunities module where the sales_stage is not equal to Closed Lost or Closed Won but I cant make it work. I read the docs but I cant figured out the correct syntax.

{{suitecrm.url}}/V8/module/Opportunities?filter[operator]=and&filter[sales_stage][neq]=Closed Won&filter[sales_stage][neq]=Closed Lost

Sometimes it only filtered the last condition, Hope someone can help me

1 Like

Is this the same problem you have?

Yes, Iā€™m experiencing the same issue