API
|
ServicesPortal/api
|
URI
|
http://portal_url/ServicesPortal/api where portal_url is the URL of the team portal.
|
HTTP Method
|
POST
|
Request Content-Type
|
application/xml
|
Request body example
|
<obj >
<att id="name">
<val>fetchResources</val>
</att>
<att id="param">
<obj class="FetchResourcesParam">
<att id="root">
<val>/ServicesPortal/webdav/myfiles</val>
</att>
<att id="depth">
<val>Infinity</val>
</att>
<att id="cloudFolderType">
<list>
<val>Personal</val>
</list>
</att>
<att id="includeDeleted">
<val>false</val>
</att>
<att id="includeFoldersOnly"/>
<att id="passphrase"/>
<att id="userPassword"/>
<att id="searchCriteria">
<val>IM</val>
</att>
<att id="quickNavigationPane"/>
<att id="start">
<val>0</val>
</att>
att id="limit">
<val>5000</val>
</att>
<att id="sort">
<list>
<obj class="Sort">
<att id="field">
<val>name</val>
</att>
<att id="ascending">
<val>true</val>
</att>
</obj>
</list>
</att>
</obj>
</att>
</obj>
|
Expected Response status
|
200 OK
If a response such as 403 Forbidden is returned, check the user name and password provided.
|