Enterprise Vault™ Discovery Accelerator Administrator's Guide
- Introducing Discovery Accelerator
- Overview and latest updates
- Configuring Compliance Accelerator Desktop Client
- Importing configuration data from an XML file
- Setting Discovery Accelerator 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 Discovery Accelerator
- Defining email targets with Address Manager
- Building Discovery Accelerator search schedules
- 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
- About 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
- Appendix B. Troubleshooting
- Issues with Custodian Manager
EvidenceOfReviewByUser - List by filter
POST https://<Reporting endpoint base URL>/odata/EvidenceOfReviewByUser
POST https://<Reporting endpoint base URL>/odata/EvidenceOfReviewByUser
The following filters can be used with the EvidenceOfReviewByUser API when invoked using the POST method. The system uses the
operator between the filters to return the result based on the specified filters.Name | Type | Description |
---|---|---|
StartDate | Mandatory | StartDate is the date on which items are captured or ingested in Compliance 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 StartDate. |
EndDate | 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 EndDate. |
MessageType | Mandatory | Specifies the type of captured items and returns item counts for items that have the specified message type. : Integer 'id' (identifier fields) that is MessageType ID. |
User | Mandatory | Specifies the user to which the captured item belongs and returns item counts for items within that department. : JSON array of integers VeritasidVeritas(identifier fields) that is User IDs. : As an input, the ItemMetrics API can pass maximum of 1000 User IDs. |
MessageDirection | Mandatory | Specifies whether the item was sent/received from within the organization or from an external source and returns item counts for items that have the specified message direction. : Integer id (identifier field) that is MessageDirection ID |
ContextUserID | Mandatory | Specifies the User ID authorized to generate the evidence of review report. This user possesses permissions across all relevant departments for which the counts need to be generated. This user, typically an administrator, is comparable to the logged-in user in the Compliance Accelerator thick client who is responsible to generate the Evidence of Review report. : Integer ID of the user. |
To get the item counts for MonitoredEmployee VAS-User2, between StartDate 2023-01-01 and EndDate 2024-01-01 and having MessageType as 7, and MessageDirection as 1.
Status code: 200 OK
See Supported OData query options.
See Supported reporting endpoint API filters and their values.
See Responses.