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.
successful operation
failed_operation
{- "start_date": "09/01/2020",
- "end_date": "09/01/2020",
- "report_type": [
- "user_activity",
- "document_status"
]
}
{- "report": {
- "success": "Your request is being processed. You will receive an email when the report is ready.",
- "start_date": "09/01/2020",
- "end_date": "09/02/2020",
- "report_type": [
- "user_activity",
- "document_status"
]
}
}