Veritas Alta™ Surveillance User Guide
- Introducing Veritas Alta Surveillance
- Getting started
- Working with dashboard widgets
- Managing employee groups
- Managing departments
- Managing department users
- Managing department-level searches
- Managing department-specific hotword sets
- Managing department-specific labels
- Managing department-specific trash rules
- Managing department-specific allowlist rules
- Managing department-specific review comments
- Viewing employees associated with departments
- Managing users, roles, and permissions
- Managing application-level searches
- Managing application-specific hotword sets
- Managing application-specific labels
- Managing application-specific trash rules
- Managing application-specific allowlist rules
- Managing application-specific review comments
- Managing data requests
- Managing search schedules
- Managing export operations
- Managing reviews
- Working with reports
- Enhanced reporting
- Departments API
- Users API
- UserRoles API
- Roles API
- ItemMetrics API
- ReviewerMapping API
- MonitoredEmployees API
- Evidence of Review by Department 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/ContextUserID=<value>&ReviewerUsers=[list of comma-separated values]
POST https://<Reporting endpoint Base URL>/odata/ReviewerMapping
GET https://<Reporting endpoint Base URL>/odata/ReviewerMapping/ContextUserID=6015&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 |
---|---|---|
ContextUserID | Mandatory | Specifies the User ID authorized to generate the ReviewerMapping report. This user possesses permissions across all relevant departments for which the reports need to be generated. This user is typically an administrator. : JSON integer 'id'(identifier fields) that is ContextUserID. Note: The valid value of the ContextUserID is an ID of any user from the Alta Surveillance User ID list. The User ID list can be fetched from the Users API endpoint. See Users API. Refer to the field only. |
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 Alta 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 each department where the specified ReviewerUser have reviewing permission.
To get the department level monitoring percentages of each department where the specified ReviewerUser have reviewing permission.
Status code: 200 OK
Invalid inputs/Bad parameters. Minimum one ReviewerUsers value is mandatory.
Note:
If the ReviewerUsers parameter is empty, the error is displayed as shown in the image above.
Invalid inputs/Bad parameters. Both ContextUserId and ReviewerUsers must be specified with correct name and proper value.
See Supported OData query options.
See Responses.