Magento では、残りの URL を使用してデータにアクセスします。http://localhost/magento/api/rest/productsのように、JSON が必要な代わりに xml 形式で返されます。
以下のコードを試しましたが、役に立ちません
$this->getResponse()->setHeader('Content-type', 'application/json');
$this->getResponse()->setBody($jsonData);
\magento\app\code\core\Mage\Api\Controller\Action.php フォルダー内