Enterprise Vault™ Discovery Accelerator Reviewer's Guide
- Introducing Discovery Accelerator
- Introducing Veritas Surveillance
- Searching for items
- Manually reviewing items
- About reviewing with Discovery Accelerator
- Searching within the review set
- Deleting items from Enterprise Vault archives
- Working with research folders
- Exporting and producing items
- Creating and viewing reports
- Enhanced reporting
- Available Discovery Accelerator reports
- Accessing reports through the OData web service
- Appendix A. Enterprise Vault properties for use in Discovery Accelerator searches
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 Discovery Accelerator 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.