使用PAYPAL SDK PHP获取所有销售清单

I am looking to retrieve the list of all transactions or some of the transactions made on paypal. I can use the Sale command

https://paypal.github.io/PayPal-PHP-SDK/sample/doc/sale/GetSale.html

But it only returns information about a sale by its identifier.

Do you have a solution ? Regards