Folder - Get list
Request:
<?xml version="1.0"?>
<getfolders type="" />
Description of XML-Tags:
Element |
Format |
Description |
getfolders | | Root |
↳ @type | Content|Pictures|Document | Determines the type of folders |
Response:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<code>2000</code>
<description><![CDATA[OK]]></description>
<data>
<folder id="">
<title></title>
<public></public>
<children>
<folder id="">
<title></title>
<public></public>
<children>
<folder id="">
<title></title>
<public></public>
</folder>
..
</children>
</folder>
..
</children>
</folder>
</data>
</response>