Arctera Enterprise Vault™ eDiscovery Administrator's Guide
- Configuring eDiscovery: Desktop Client
- Importing configuration data from an XML file
- Setting eDiscovery system configuration options
- Setting up and assigning roles
- Working with cases
- Setting up review marks and tags
- Using rules to mark and tag items automatically
- Using Custodian Manager
- Searching for items
- About searching with eDiscovery
- Defining email targets with Address Manager
- Building eDiscovery search schedules
- Manually reviewing items
- About reviewing with eDiscovery
- Searching within the review set
- Deleting items from Enterprise Vault archives
- Working with research folders
- Exporting and producing items
- About exporting and producing items
- Creating and viewing reports
- Enhanced reporting
- Available eDiscovery reports
- Accessing reports through the OData web service
- Appendix A. Enterprise Vault properties for use in eDiscovery searches
- Appendix B. Troubleshooting
- Issues with Insight eDiscovery Custodian Manager
ItemMetrics - List
GET https://<Reporting endpoint Base URL>/odata/ItemMetrics?CaptureDateStart=<YYYY-MM-DD>&CaptureDateEnd=<YYYY-MM-DD>
The following filters can be used with the ItemMetrics API when invoked using the GET method. The system uses the
operator between the filters to return the result based on the specified filters.Name | Type | Description |
---|---|---|
CaptureDateStart | Mandatory | CaptureDate is the date on which items are captured or ingested in eDiscovery is recorded as the CaptureDate for that item. This filter specifies the start date for returning count of items whose CaptureDate is greater than or equal to this start date. : YYYY-MM-DD : JSON array of integers 'id'(identifier fields) that is CaptureDateStart. |
CaptureDateEnd | Mandatory | This filter specifies the end date for returning count of items whose CaptureDate is greater than or equal to this date. : YYYY-MM-DD : JSON array of integers 'id'(identifier fields) that is CaptureDateEnd. |
To get count of all items captured between 2023-01-01 and 2023-12-31, the sample query will be as below.
GET https://<Reporting endpoint Base URL>/odata/ItemMetrics?CaptureDateStart=2023-01-01&CaptureDateEnd=2023-12-31
See Supported OData query options.
See Supported reporting endpoint API filters and their values.
See Responses.