Skip to main content

downloads/all

Retrieves a list of all the downloads that are live and approved within the Platform.

Arguments:

  • api_key (required)

Example request:

http://[domain]/api/downloads/all.xml?api_key=[api_key]

Example response:

<?xml version="1.0" encoding="utf-8"?>
<downloads page="1" pages="1" per_page="10" total="4" order_by="">
<download id="4">
<title>Galaxy nebulae</title>
<date>1359711565</date>
<categories>
<category id="20000" name="Category One"/>
</categories>
<file id="5" title="Galaxy nebulae image" size="52138"
filename="one.png" modDate="1359711565"/>
</download>
<download id="5">
<title>Caldwell 12 - Fireworks</title>
<date>1359711719</date>
<categories>
<category id="20001" name="Category Two"/>
</categories>
<file id="6" title="Caldwell 12 - Fireworks image" size="73341"
filename="one.png" modDate="1359711719"/>
</download>
<download id="6">
<title>Andromeda</title>
<date>1359711819</date>
<categories>
<category id="20002" name="Category Three"/>
</categories>
<file id="7" title="Andromeda image" size="70592"
filename="one.png" modDate="1359711814"/>
</download>
<download id="7">
<title>Jadu</title>
<date>1359712886</date>
<categories>
<category id="20000" name="Category One"/>
</categories>
<file id="8" title="Jadu image" size="58679"
filename="one.png" modDate="1359712879"/>
</download>
</downloads>