Api Magento,静止过滤器参数';从';?

Api Magento,静止过滤器参数';从';?,api,magento,rest,Api,Magento,Rest,当我打电话时 $oauthClient->fetch($resourceUrl .. ) 我需要这样的东西 $resourceUrl = "www.myaps/api/rest/orders?filter[0][attribute]=created_at&filter[0][from][0]=2013-09-04 12:53:32"; 但这不起作用 我需要接受特定时间后创建的所有订单?但我不知道如何在rest API中使用“from”:( 有什么帮助吗?我找到了答案 filte

当我打电话时

$oauthClient->fetch($resourceUrl .. )
我需要这样的东西

$resourceUrl = "www.myaps/api/rest/orders?filter[0][attribute]=created_at&filter[0][from][0]=2013-09-04 12:53:32";
但这不起作用

我需要接受特定时间后创建的所有订单?但我不知道如何在rest API中使用“from”:(

有什么帮助吗?

我找到了答案

filter[0][attribute]=created_at&filter[0][from][0]=2012-09-04%2012:53:32"
关键是在日期和时间之间使用“%20”