Dropbox SignDropbox Sign eSignature API
POST/report/create
Create Report
Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.
Request
- operationId
reportCreate- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
No URL, query, or header parameters.
Request body
ReportCreateRequestrequired
Content-Type: application/json
Properties: end_datereport_typestart_date
{
"end_date": "2026-08-14T00:00:00Z",
"report_type": [
"user_activity"
],
"start_date": "2026-08-14T00:00:00Z"
}Responses
200
ReportCreateResponseapplication/json
successful operation
Properties: reportwarnings
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"report": {
"start_date": "2026-08-14T00:00:00Z",
"end_date": "2026-08-14T00:00:00Z",
"report_type": [
"user_activity"
]
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}