Last Update: 2024-03-21

Folder - Get one

Request:

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