The ListEnvelopeDocuments operation may be used to retrievea list of all the documents contained ina document envelope. This operation can be useful for retrieving the Documentid and AuthToken for all documents in an envelope for use in subsequent DocumentNOW calls.
The ListEnvelopeDocuments operation requires knowledge of the following:
The Envelopeld of the envelope to cancel (this is returned as an element in the returned XML from an enveloper creation operation)
The AuthToken of the envelope to cancel (this is returned as an element in the returned XML from enveloper creation operation)
The AssureSign account Contextldentifier (this is exposed in the AssureSign administrative application account settings and serves to provide some security to the transaction)
Sample XML
The SOAP Action header is
The returned result will include the Envelopeld along with a Documents element that contains an array of all the documents in the envelope.
Sample response XML is presented here:
The ListEnvelopeDocumentsResult should be checked for the presence of an Exceptions element, which may contain multiple EnvelopeException items.