Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1001 Bytes

ReportResponse.md

File metadata and controls

14 lines (10 loc) · 1001 Bytes

# ReportResponse

Contains information about the report request.

Properties

Name Type Description Notes
success string A message indicating the requested operation's success
startDate string The (inclusive) start date for the report data in MM/DD/YYYY format.
endDate string The (inclusive) end date for the report data in MM/DD/YYYY format.
reportType Array<string> The type(s) of the report you are requesting. Allowed values are "user_activity" and "document_status". User activity reports contain list of all users and their activity during the specified date range. Document status report contain a list of signature requests created in the specified time range (and their status).

[Back to Model list] [Back to API list] [Back to README]