Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.05 KB

ReportResponse.md

File metadata and controls

26 lines (14 loc) · 1.05 KB

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 List<ReportTypeEnum> 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).

Enum: List<ReportTypeEnum>

Name Value
USER_ACTIVITY "user_activity"
DOCUMENT_STATUS "document_status"