Magento Rest:如何按修改日期获取订单

Magento Rest:如何按修改日期获取订单,magento,rest,magento-1.8,Magento,Rest,Magento 1.8,如何借助RESTAPI获得按修改日期过滤的magento订单 现在我将GetOrders api调用与filter一起使用:filter[1][attribute]=created_at&filter[1][from]={xxx}&filter[1][to]={xxx},但我需要类似的东西: filter[1][attribute]=modified_at&filter[1][from]={xxx}&filter[1][to]={xxx}

如何借助RESTAPI获得按修改日期过滤的magento订单

现在我将GetOrders api调用与filter一起使用:
filter[1][attribute]=created_at&filter[1][from]={xxx}&filter[1][to]={xxx}
,但我需要类似的东西:

filter[1][attribute]=modified_at&filter[1][from]={xxx}&filter[1][to]={xxx}