Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 1002 Bytes

ReportCreateRequest.md

File metadata and controls

25 lines (12 loc) · 1002 Bytes

ReportCreateRequest

Properties

Name Type Description Notes
endDate*required String The (inclusive) end date for the report data in MM/DD/YYYY format.
reportType*required 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).
startDate*required String The (inclusive) start date for the report data in MM/DD/YYYY format.

Enum: List<ReportTypeEnum>

Name Value
USER_ACTIVITY "user_activity"
DOCUMENT_STATUS "document_status"