Last Update: 2024-03-21

Folder - Get list

Request:

<?xml version="1.0"?>
<getfolders type="" />
Description of XML-Tags:
Element Format Description
getfoldersRoot
↳ @typeContent|Pictures|DocumentDetermines 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>
Für Rückfragen stehen wir Ihnen jederzeit gerne unter support@eyepin.com zur Verfügung.