get loading zone tree
/members/{member}/groups/{group}/loadingzone/tree [GET]
      | API Support | Available since | Last updated | Output | 
|---|---|---|---|
| 5.9500 | 5.9500 | xml, json | 
Description
Returns a hierarchical representation of the loading zone.
Parameters
| Name | Description | Required | Type | Default | 
|---|---|---|---|---|
| uploadid | The loading zone’s upload ID | no | string | |
| xlinkid | An XLink ID used to build an upload ID (used for comment attachments loading zone) | no | string | 
Permission
Response
If there are more than 1000 files, only folders are returned. If there are more than 100 files in a folder, only the first 100 are returned and the count is added.
<loadingzone member="[memberid]" 
            [uploadid="[uploadid]"] 
            total-files="[total]">
  <file name="[filename]" 
        path="[path]" 
        type="folder" 
        [files="[count]"]>
    <file name="[filename]" path="[path]" type="file" ... />
    <file name="[filename]" path="[path]" type="file" ... />
    ...
    <file name="[filename]" 
          path="[path]" 
          type="folder" 
          [files="[count]"]>
      <file name="[filename]"
            path="[path]"
            type="file" ... />
      ...
      </file>
    </file>
    <file name="[filename]" path="[path]" type="file" ... />
    ...
</loadingzone>
Error Handling
No specific errors expected for this service.