Requesting a collection of folders

This REST service will return a collection of <folder> elements. Each <folder> element contains information about that particular folder, including its ID, name, description, contact information and links to its contents.

Note: v9.0.2.1 iFix1: The returned XML file now returns the list of users.

HTTPS method

GET

Service format

For root folder:

/services/folders

For sub-folders of a given folder:

/services/folders/<fid>/folders

Parameters

fid : folder ID of the root folder to retrieve its sub-folders

Returns

<folder> element

Example:

Refer to documented schema for more details.