Requesting a collection of reports

This REST service requests the collection of reports inside a particular report pack.

Each <report> element contains information such as the name, number of issues or items in the report, and a link to access its data.

HTTPS method

GET

Service format

/services/folderitems/<fiid>/reports

Parameters

fiid -folder item ID
Note: fiid must correspond to a report pack.

Returns

<reports> element

/services/folderitems/{fiid}-JSON Responseimage

Possible values for Activity Action
Activity Action - ID Name
0 No Action
1 None
2 Run
3 Suspend
4 Discard results and Stop
5 Save current results and Stop
6 Scheduled Run
7 Auto Run
Activity state when Activity Action is "None"
Activity Action - ID Name
1 Ready
2 Starting
3 Running
6 Resuming
7 Canceling
8 Suspending
9 Suspended
10 Post Processing
12 Ending
Activity state when Activity Action is other than value “None”
Activity Action - ID Name
0 No Action
1 None
2 Waiting to Run
3 Waiting to Suspend
4 Waiting to Stop and Discard results
5 Waiting to Stop and Save current results
6 Waiting to Run as per Schedule
7 Waiting to Auto Run
Note: It is recommended to use the Activity Action - ID in your automation scripts for reports as the corresponding Name strings of the IDs are different in native languages.

When the Activity state is Ready, where the Activity Action-ID is 1, it indicates that the reports are available for you to download.

Refer to documented schema for more details.