Downloads October 06 2015
GET a list of your downloads...
/api/v2/downloads /api/v2/downloads.xml /api/v2/downloads.xml?per_page=25&page=2
Example result...
<?xml version="1.0" encoding="UTF-8"?> <downloads type="array"> <download> <id>433</id> <filename>myfile.txt</filename> <product_sku>BILL-WAX</product_sku> <order_id>1002</order_id> <ip_address>127.0.0.1</ip_address> <downloaded_at type="datetime">2009-04-23T14:03:27-04:00</downloaded_at> <size_bytes type="integer">314559</size_bytes> </download> <download> <id>434</id> <filename>myfile.txt</filename> <product_sku>BILL-WAX</product_sku> <ip_address>127.0.0.1</ip_address> <downloaded_at type="datetime">2009-04-23T14:03:16-04:00</downloaded_at> <size_bytes type="integer">314559</size_bytes> </download> </downloads>
NOTE: A nil order_id indicates that the download was from a permalink.