ReportIdentifier

Description

The ReportIdentifier type holds the identification information for a report. The ReportIdentifier type parameters are listed below.

Parameters

Name Type Description
identifier Extension. See Identifier. Generic identification extension base. Holds the displayName, id, and uuid for a report.

Usage

The ReportIdentifier is the identifier that can be used in Web service methods to uniquely identify a report. The ReportIdentifier contains the generic information about a report (including the display name, ID, and UUID).

Note: You can send any one of the elements in the identifier—you do not need to provide values for every element. You only need to provide more than one element in the event that the first element does not uniquely identify the object.

XML

The following XML shows ReportIdentifier as seen in a typical call.

<urn:report>
    <urn:displayName>Change Requests By Issue</urn:displayName>
    <urn:id>8</urn:id>
    <urn:uuid>40e8bb61-14fe-409c-aa5e-6399cf3e26a8</urn:uuid>
</urn:report>