Enterprise Vault™ Insight Surveillance Reviewer's Guide
- Introducing Insight Surveillance
- Searching for items
- Manually reviewing items
- About reviewing with Insight Surveillance
- About the Review pane
- Viewing the hotword statistics for an item in review
- Filtering the items in the Review pane
- Assigning review marks to items
- Adding comments to items
- Viewing the history of items
- Displaying printable versions of items
- Downloading the original versions of items
- Copying the item list to the Clipboard
- Escalating items
- Changing how the Review pane looks
- Setting your Review pane preferences
- Working with research folders
- About research folders
- Creating research folders
- Editing the properties of research folders
- Copying items to research folders
- Reviewing the items in research folders
- Exporting items from research folders
- Giving other users access to your research folders
- Committing research folder items to the department review set
- Removing items from research folders
- Deleting folders
- Exporting items
- Creating and viewing reports
- About the Insight Surveillance reports
- Accessing data through the Microsoft SQL Server Reporting Services (SSRS)
- Enhanced reporting
- Accessing reports through the OData web service
- Configuring a Power BI template for reporting
EvidenceOfReviewByDept - List by filter
POST https://<Reporting endpoint base URL>/odata/EvidenceOfReviewByDept
POST https://<Reporting endpoint base URL>/odata/EvidenceOfReviewByDept
The following filters can be used with the EvidenceOfReviewByDept 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 Surveillance 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. |
Departments | Mandatory | Specifies the departments to which the captured item belongs and returns item counts for items within that department. : JSON string containing integer IDs (identifier field) that is department IDs. : As an input, this API can pass maximum of 1000 Departments 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 |
To get the item counts for Department IDs 5 and 6, 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.