Veritas™ Surveillance User Guide
- Introducing Veritas Surveillance
- Getting started
- Working with dashboard widgets
- Managing employees and employee groups
- Managing departments
- Managing department users
- Managing department-level archives
- Managing department-level searches
- Managing department-specific hotword sets
- Managing department-specific labels
- Managing department-specific review comments
- Viewing employees associated with departments
- Managing users, roles, and permissions
- Managing application-level archives
- Managing application-level searches
- Managing application-specific hotword sets
- Managing application-specific labels
- Managing application-specific review comments
- Managing search schedules
- Managing export operations
- Managing reviews
- Working with reports
- Enhanced reporting
- Departments API
- Roles API
- Users API
- UserRoles API
- ItemMetrics API
- ReviewerMapping API
- MonitoredEmployees API
- Evidence of Review API
- Managing Power BI templates for reporting APIs
- Managing Audit Settings
- Working with Audit viewer
ReviewerMapping - List
GET https://<Reporting endpoint Base URL>/odata/ReviewerMapping/ReviewerUsers=[list of comma-separated values]
POST https://<Reporting endpoint Base URL>/odata/ReviewerMapping
GET https://<Reporting endpoint Base URL>/odata/ReviewerMapping/ReviewerUsers=[1,2,5]
POST https://<Reporting endpoint Base URL>/odata/ReviewerMapping
Specify the following filters to obtain refined and selective results from this report.
Name | Type | Description |
---|---|---|
ReviewerUsers | Mandatory | Specify a list of UserIDs for the reviewers whose details you want to retrieve. : JSON array of integers 'id'(identifier fields) that is ReviewerUsersIDs. Note: The valid value of the ReviewerUsers is an ID of any user from the Veritas Surveillance User ID list. The User ID list can be fetched from the Users API endpoint. See Users API. Refer to the field only. |
To get the department level monitoring percentages of departments where the specified ReviewerUser have reviewing permission.
For a single ReviewerUser ID, mention the ID without adding a comma after it.
For multiple ReviewerUser IDs, separate the values with commas as shown below.
Status code: 200 OK
Invalid inputs/bad parameters:
At least one ReviewerUser ID is required. If the ReviewerUsers parameter is empty, the error appears as shown in the image below.
If the ReviewerUsers parameter is not specified with the correct name, value, or format, the error appears as shown in the sample response below.
See Supported OData query options.
See Responses.