Requesting a single folder item

This REST service will return a single folder item based on ID.

Each folder item element contains basic information such as ID, name, description, date created, current state and action, and so on.
Note:
  1. v9.0.0.1: This REST API now collects the date created information. If the job was created before 9.0.0.1, the date created field does not appear.
  2. v9.0.2.1 iFix1: The returned XML now returns the application ID.
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.

HTTPS method

GET

Service format

/services/folderitems/<fiid>

Parameters

fiid -folder item ID

Returns

One of:
  • <content-scan-job>
  • <import-job>
  • <report-pack>
  • <dashboard>

Example

/services/folderitems?flatten=1

Refer to documented schema for more details.