Accessing named report parts
You can restrict the report output to specific named report parts. This option is available for all output formats.
Although report part names must be unique within a report, it is
possible that a report page name will be the same as a report part
name. In this case, use the excludePage
option
(REST applications) or the excludePage
element
(SOAP applications) to retrieve the report part instead of the report
page.
REST example
In a REST application use the selection
option
to return only named report parts. To return more than one part in
a single request, separate report part names with a semi-colon (;).
An example is shown here:
selection=List1;List3
SOAP example
In a SOAP application, include filters
objects
in the report output request. The value of the filterType
child
object is OBJECT_ID
and the value of the filterValue
child
object is the report part name. Include one filters
object
for each report part to be returned.