magento 1.x请求订单api时怎么设置时间范围过滤

magento 1.x请求订单api时怎么设置时间范围过滤,比如我只要抓取2018-1-12 10:26:33到2018-1-22 11:26:33时间范围的订单,看了文档但还是不知道具体怎么写,请大神指教下

使用过滤器filter:

$resourceUrl = "www.magentochina.org/api/rest/orders?filter[0][attribute]=created_at&filter[0][from][0]=2013-09-04%2012:53:32";