Baseline 2.5 GetBaseline
Retrieves the current baseline XML (and metadata) for the specified element name of the baseline.
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. |
| psBaselineId | String | In | The element name of the baseline. |
| psXMLRequestedMetadata | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | InOut | The Baseline ObjectList XML structure containing the metadata of the baselines |
| psOutXMLBaseline | String | InOut | The Baseline XML structure |
Requirements are:
- The user must have read access to all objects used in the baseline.
Note that:
- When no Baseline is found with the supplied
psBaselineId, anInvalidObjectExceptionis thrown. - The baseline XML contains only the selected version of objects without the report information of those objects.
- The
levelattribute on the ishfield element in the Requested Metadata XML should always be 'none'. - Objects in the baseline for which the user has no read access are reported as missing.