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