DocumentObj 2.5 RetrieveObjects
Retrieves the metadata and object content for multiple objects at the same time
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. |
| pasLogicalIds | StringArray | In | String list with the logical identifiers of the objects |
| peStatusFilter | eISHStatusGroup | In | The 'status category' in which an object has in order to return metadata |
| psXMLMetadataFilter | String | In | MetadataFilter XML structure with additional filter on metadata to limit the objects on which metadata has to be returned |
| psXmlProductDefinition | String | In | Product Definition XML structure that defines which publishing context has to be used for conditional publishing. |
| psXMLRequestedMetadata | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | Out | ObjectList XML structure containing both the object content (base 64 encoded) and the requested metadata. |
Requirements are:
- The user must have read access for the folder holding the object.
Note that:
- When a publishing context is provided, conditional publishing is only used for objects with electronic document type EDTXML. So illustrations and xml objects can be retrieved at the same time.
- All logical identifiers within Content Manager are in uppercase.