API Search Change Action

Hello all,

I'm trying to get change action with search API in a time interval.

 

I get results with these two requests:

resources/v1/modeler/dslc/changeaction/search?\\\$searchStr=ds6w_58_modified<="2026-06-23T13:05:02"
resources/v1/modeler/dslc/changeaction/search?\\\$searchStr=ds6w_58_modified>="2026-06-23T12:55:02"

But I get no results with this request:

resources/v1/modeler/dslc/changeaction/search?\\\$searchStr=ds6w_58_modified<="2026-06-23T13:05:02" AND ds6w_58_modified>="2026-06-23T12:55:02"

 

How can I achieve this?