Reputation: 11
I have a requirement to Get the Document History(Activity History) from docusign and Display in Pega Screen. Do we have any Service for getting this info ?
Upvotes: 1
Views: 420
Reputation: 7393
Use the listAuditEvents api to get the envelope audit events for the specified envelope.
GET /v2/accounts/{accountId}/envelopes/{envelopeId}/audit_events
Upvotes: 3