Arctera™ Insight Surveillance User Guide
- Introducing Arctera Insight 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
- Classification Tags API
- Labels API
- Searches API
- ItemMetrics API
- ReviewerMapping API
- MonitoredEmployees API
- Evidence of Review API
- Item Classification Metrics API
- Item Label Metrics API
- Item Archived Metrics API
- Managing Power BI templates for reporting APIs
- Managing Audit Settings
- Working with Audit viewer
MonitoredEmployees - List
GET https://<Reporting endpoint Base URL>/odata/MonitoredEmployees/Departments=[list of comma-separated values]
POST https://<Reporting endpoint Base URL>/odata/MonitoredEmployees
GET https://<Reporting endpoint Base URL>/odata/MonitoredEmployees/Departments=[1,2,4,7]
POST https://<Reporting endpoint Base URL>/odata/MonitoredEmployees
Specify the following filters to obtain refined and selective results from this report.
Name | Type | Description |
---|---|---|
Departments | Optional | Specifies IDs of the departments to get monitoring percentage details for all message types for each monitored employee in the departments.
: JSON array of integers 'id'(identifier fields) that is Departments. Note: To get the Department IDs, See Departments API. Refer to the field only. |
To get the monitored employees level monitoring percentages for a specified single department.
To get the monitored employees level monitoring percentages for specified list of departments.
To get the monitored employees level monitoring percentages for all departments.
To get the monitored employees level monitoring percentages for all departments.
Sample response for scenarios 1 to 4: Status code: 200 OK
See Supported OData query options.
See Responses.