eoGetTransactionDocuments
Action Parameter
eoGetTransactionDocuments
Purpose
To retrieve a list of document profiles associated with a transaction
Description
All document profiles associated with the transaction are collected and returned
Type
Granular
Preconditions
None
Implementation Notes
Calling eoGetTransactionDocuments with the includeDocumentContent parameter set should only be performed when there is 5 or less documents stored against the transaction. If there are more than 5 documents, call eoGetCopy to retrieve the document content.
Parameters
Required
Parameter
Value
Description
transactionSid
Unique identifier of transaction to retrieve information for
includeDocumentContent
false
true
true/false; determines if the documents are included in the response.
concatDocumentContents
false
true
true/false; determines if the documents are separate or one large document. If this is true you must set includeDocumentContent to true
watermarkProperties
watermarkName
watermarkProperties - XML instructions file describing the watermark to be applied to the requested document.
The XML file must conform to the
transformation-instruction-set.xsd schema
(
sample
).
watermarkName - Pre-Configured Watermark stored with CommandCenter.
Response
We recommend using the most recent version of FireFox while testing API calls via your web browser. Microsoft Edge and Google Chrome require 3rd party XML extensions to display the XML response natively in your browser.