I'm working on the API to mass download DocuSign completed envelopes. As of now, everything is working correctly and I can put in a user's full name and it pull all completed documents in this format:
"Subject of the email"-"envelopeid".pdf
While this works, it's very messy on trying to determine what PDF to look at. I looked around at the documentation but I didn't see where the get envelope portion had a way to make this cleaner. I was curious if there was a recipient field where you could do Subject-Recpient.pdf or Subject-Signer.pdf. This could get messy though when their are multiple recipients/signers. Has anyone else come up with a way to make this process cleaner?