Answer the question
In order to leave comments, you need to log in
Bitrix rest_api filter with complex logic?
Hello.
There is a method , it has a filter parameter. The large version of bitrix has such concepts as a mask and a filter with complex logic ($arFilter parameters) .
And I would like to know how to pass parameters through the rest api in order for this filter to work.
Is there a mistake somewhere in my filter? js doesn't work either. Outputs all elements.
For calls to api I use bitrix24-php-sdk
$arFilter = [
'>DATE_CREATE'=>/*date('Y-m-d\TH:i:s', $lastUpdate),*/'2014-07-14T15:20:49',
array(
"LOGIC" => "OR",
array('ID'=>'%33'),
array('ID'=>'3634')
)
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question