Files October 06 2015

GET a list of your files...

/api/v2/files
/api/v2/files.xml
/api/v2/files.xml?per_page=25&page=2

Example result...

<?xml version="1.0" encoding="UTF-8"?>
<files type="array">
    <file>
        <id type="integer">101551</id>
        <filename>ebook_collection.zip</filename>
        <size_bytes type="integer">5652920</size_bytes>
        <content_type>binary/octet-stream</content_type>
        <permalink href="http://demo.fetchapp.com/permalink/abcdef">/permalink/abcdef</permalink>
        <url nil="true"></url>
        <type>file</type>
    </file>
    <file>
        <id type="integer">148782</id>
        <filename>Movie Magic Video</filename>
        <size_bytes nil="true"></size_bytes>
        <content_type nil="true"></content_type>
        <permalink href="http://demo.fetchapp.com/permalink/ghijkl">/permalink/ghikjl</permalink>
        <url>http://your.cdn.com/link/to/file</url>
        <type>url</type>
   </file>
</files>