DocuSign Rest API - Downloading Completed Document after using multiple CompositeTemplates
问题 I'm trying to download completed document(s) from a Docusign Envelope sing the below code: byte[] fileData = envelopesApi.getDocument(accountId, envelopeId, documentId); However, I think the problem lies with how I'm sending the documents in compositeTemplates that make up the envelope. I'm assigning both documents an ID that corresponds to a custom POJO object's ID in my application. The above envelopesApi.getDocument(accountId, envelopeId, documentId) code worked great until I implemented