Requesting a collection of folder items
This REST service will return a collection of folder items. Each folder item element contains basic information such as ID, name, description, current state and action, and so on.
There are different types of folder items:
- <content-scan-job>
- <import-job>
- <report-pack>
- <dashboard>
Report packs in particular contain additional information about the reports that are contained within it.
Note: v9.0.2.1 iFix1: The returned XML now returns the application ID.
HTTP method
GETService format
For root folder's folder items:/services/folderitems
For a specific folder's folder items:
/services/folders/<fid>/folderitems
Parameters
fid -folder ID
Optional query string parameters:
flatten=1
Adding this parameter will return all folder items in all sub-folders in and below the folder in question.
Returns
<folder>
element containing a mix of:- <content-scan-job>
- <import-job>
- <report-pack>
- <dashboard>
Example
/services/folderitems?flatten=1
Refer to documented schema for more details.