Reports 2.0 GetReferencedDocObj
Returns a list of all document objects referenced by the specified language part of the document object.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psDocId | String | In | The logical identifier of the object |
| psVersion | String | In | The version of the object. This version number has to be an exact number. |
| psLng | String | In | The (working) language of the object |
| pbFullDepth | Boolean | In | When set to true a drill down operation occurs to find all referenced objects |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutObjectList | String | InOut | ObjectList XML structure containing both the object content (base 64 encoded) and the requested metadata. |
Some typical scenarios:
- When the
pbFullDepthparameter is set than all document objects referenced will be included in the result; otherwise only the directly referenced objects will be part of the result. - The first
ishobjectelement of the object list returned will always contain information about the object provided through parameterpsDocIdfor which the report is requested. - Referred objects will only occur once in the list.