Hello,
This endpoint is listed on Docusign’s postman workspace, however I see no documentation for it. Is this a supported endpoint?
Thank you!
Hello,
This endpoint is listed on Docusign’s postman workspace, however I see no documentation for it. Is this a supported endpoint?
Thank you!
That does not look like a supported endpoint in the DocuSign eSignature REST API.
For generating and retrieving reports, DocuSign provides the following supported endpoints:
POST /v2.1/accounts/{accountId}/reports – Run a report.
GET /v2.1/accounts/{accountId}/reports/{reportId} – Retrieve report data.
GET /v2.1/accounts/{accountId}/reports – Get a list of available reports.
If you are looking for CSV output, you may need to extract the report data and manually convert it into CSV format. Alternatively, the DocuSign Admin Console allows you to download reports in CSV format.
Thanks
The endpoint /accounts/{accountId}/reports/report_results_csv is indeed a supported part of the DocuSign eSignature REST API v2.1. It allows you to programmatically retrieve specific reports in CSV format. While detailed documentation for this specific endpoint might not be prominently featured, it is available in the official DocuSign SDKs and the public Postman collection.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.