Arctera™ Insight Surveillance Web Client User Guide
- Introducing Arctera Insight Surveillance
- Getting started
- Working with dashboard widgets
- Managing employees and employee groups
- Managing departments
- About departments
- Understanding the Departments page
- Searching departments
- Creating departments
- Moving existing departments under other departments
- Adding monitored employees and employee groups to departments
- Editing monitoring policies
- Editing department details and monitoring policy
- Managing exception employees
- Designating employees as exception employee
- Assigning further exception reviewers to an exception employee
- Removing exception status
- Removing exception reviewers
- Closing or opening the departments for monitoring
- Reviewing department items
- Deleting departments
- Managing reviewer assignment
- About reviewer assignment
- Configuring application-level review setting
- Configuring department-level reviewer assignment setting
- Enabling and disabling department settings to configure review assignment
- Configuring a percentage of review items to reviewers within the department
- Reassigning a fixed number of review items from one reviewer to other reviewers within the department
- Custom assignment scenarios
- Removing assigned review items from reviewers
- Reassigning items of a removed department reviewer to other reviewers within the department
- Managing research folders
- Managing department users
- Managing department-level archives
- Managing department-level searches
- About department-level searches
- Guidelines for effective searches
- Creating and running department-level searches
- Pausing and resuming searches
- Downloading search details for archives
- Disabling scheduled searches
- Previewing search results
- Accepting search results
- Rejecting a search result
- Resubmitting a search
- Managing department-specific hotword sets
- Managing department-specific labels
- Managing department-specific review comments
- Viewing employees associated with departments
- Managing users, roles, and permissions
- Overview
- Predefined user roles and permissions
- Adding new roles for users (employees) and employee groups
- Editing user roles and permissions
- Deleting user roles
- Assigning Insight Surveillances to users (employees) and employee groups
- Restricting users to use hotwords in searches
- Removing a user role
- 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
- About reviewing with Insight Surveillance
- Understanding the Review page
- Rearranging columns in the item list pane
- Changing the Preview pane position
- Filtering the items in the Review pane
- Reviewing the Audio-Video Transcript type items
- Reviewing searched items
- Reviewing research folder items
- Reviewing department items
- Viewing Intelligent Review Details
- Adding or removing text for machine learning
- Assigning review status to items
- Viewing hotwords highlighting
- Viewing hotwords in collaboration message
- Viewing tags highlighting
- Viewing tags in collaboration message
- Viewing the full content in a new window
- Adding comments to items
- Escalating the review items
- Applying labels to items
- Viewing history of items
- Printing the original versions of items
- Printing and downloading the items and attachments
- Working with reports
- About Insight Surveillance reports
- Accessing data through the Microsoft SQL Server Reporting Services (SSRS)
- Enhanced reporting
- Configuring a reporting endpoint
- Authentication
- Departments API
- Users API
- Roles API
- User Roles Async API
- User Roles API
- Classification Tags API
- Labels API
- Searches API
- ItemMetrics API
- Reviewer Mapping Async API
- Reviewer Mapping API
- MonitoredEmployees API
- Evidence Of Review Async API
- Evidence of Review API
- Item Classification Metrics Async API
- Item Classification Metrics API
- Item Label Metrics Async API
- Item Label Metrics API
- Item Hotword Metrics Async API
- Item Hotword Metrics API
- Item Details Async API
- Item Details API
- Report Status API
- Supported OData query options
- Supported reporting endpoint API filters and their values
- Responses
- Managing Power BI templates for reporting APIs
- Configuring Microsoft Power BI Templates for Reporting APIs
- Guidelines for using Insight Surveillance templates with Microsoft Power BI Desktop
- TEMPLATE - Departments, Users, Roles, Labels
- TEMPLATE - User Roles - Submit Report Request
- TEMPLATE - User Roles - View Report Data
- TEMPLATE - Item Metrics
- TEMPLATE - Reviewer Mapping - Submit Report Request
- TEMPLATE - Reviewer Mapping - View Report Data
- TEMPLATE - Searches
- TEMPLATE- Evidence Of Review - Submit Report Request
- TEMPLATE- Evidence Of Review By Monitored Employee - View Report Data
- TEMPLATE- Evidence Of Review By Department - View Report Data
- TEMPLATE- Item Classification Metrics - Submit Report Request
- TEMPLATE- Item Classification Metrics - View Report Data
- TEMPLATE- Item Label Metrics - Submit Report Request
- TEMPLATE- Item Label Metrics By Employee - View Report Data
- TEMPLATE- Item Label Metrics By Department - View Report Data
- TEMPLATE- Item Hotword Metrics - Submit Report Request
- TEMPLATE- Item Hotword Metrics - View Report Data
- TEMPLATE- Item Details - Submit Report Request
- TEMPLATE- Item Details - View Report Data
- Saving, editing, and refreshing the Power BI reports
- Managing application wide audit settings
- Working with audit viewer
- Managing application wide review setting
Enhanced reporting
Insight Surveillance has introduced reporting endpoint APIs to improve reporting and analytics capabilities. Currently there are two types of reporting endpoint APIs.
Synchronous API: This API executes requests in a blocking manner, where each request is processed sequentially. Upon execution of the request, the server waits to complete the first task before proceeding with another tasks. The client remains idle during this time.
: This API executes a request and continue to perform other tasks without waiting for the immediate response from servers. The server processes the requests independently. Client receives a response from asynchronous API with details to track the request. When the data is ready, the client calls the API to retrieve data. Insight Surveillance reporting asynchronous API returns report status and report data location in response. The client uses this location URL to track the status of report generation and get the data when the report is ready.
Synchronous APIs do not possess suffix after the API name. However, asynchronous APIs are indicated with the "Async" as a suffix. For example, EvidenceOfReview is synchronous API name and EvidenceOfReviewAsync is the asynchronous API name.
Refer to the details below for the available synchronous and asynchronous APIs.
Departments API
: Supported (https://<Reporting endpoint Base URL>/odata/departments)
: Not supported
Roles API
: Supported (https://<Reporting endpoint Base URL>/odata/roles)
: Not supported
Users API
: Supported (https://<Reporting endpoint Base URL>/odata/users)
: Not supported
UserRoles API
: Supported (https://<Reporting endpoint Base URL>/odata/userroles)
: Supported (https://<Reporting endpoint Base URL>/odata/userrolesAsync)
Classification Tags API
: Supported (https://<Reporting endpoint Base URL>/odata/ClassificationTags)
: Not supported
Labels API
: Supported (https://<Reporting endpoint Base URL>/odata/Labels)
: Not supported
Searches API
: Supported (https://<Reporting endpoint Base URL>/odata/Searches)
: Not supported
ItemMetrics API
: Supported (https://<Reporting endpoint Base URL>/odata/itemmetrics)
: Not supported
ReviewerMapping API
: Supported (https://<Reporting endpoint Base URL>/odata/reviewermapping)
: Supported (https://<Reporting endpoint Base URL>/odata/reviewermappingAsync)
MonitoredEmployees API
: Supported (https://<Reporting endpoint Base URL>/odata/monitoredemployees)
: Not supported
EvidenceOfReview API
: Supported (https://<Reporting endpoint Base URL>/odata/EvidenceOfReview)
: Supported (https://<Reporting endpoint Base URL>/odata/EvidenceOfReviewAsync)
ItemClassificationMetrics API
: Supported (https://<Reporting endpoint Base URL>/odata/ItemClassificationMetrics)
: Supported (https://<Reporting endpoint Base URL>/odata/ItemClassificationMetricsAsync)
ItemLabelMetrics API
: Supported (https://<Reporting endpoint Base URL>/odata/ItemLabelMetrics)
: Supported (https://<Reporting endpoint Base URL>/odata/ItemLabelMetricsAsync)
ItemHotwordMetrics API
: Supported (https://<Reporting endpoint Base URL>/odata/ItemHotwordMetrics)
: Supported (https://<Reporting endpoint Base URL>/odata/ItemHotwordMetricsAsync)
ItemDetails API
: Supported (https://<Reporting endpoint Base URL>/odata/ItemDetails)
: Supported (https://<Reporting endpoint Base URL>/odata/ItemDetailsAsync)
ReportStatus API
: Supported (https://<Reporting endpoint Base URL>/odata/reportstatus)
: Not supported
To utilize these reporting endpoints, the administrator must configure them in Insight Surveillance. Upon successful configuration, Insight Surveillance generates a base URL and API keys to ensure secure access to the reporting endpoints.
To securely access data, the primary or secondary API keys serve as passwords, unique to each reporting endpoint configuration. The specified IP addresses during the configuration of these enhanced reporting endpoints are authorized and permitted for API calls.
See User Roles Async API.
See User Roles API.
See Labels API.
See Searches API.
See Reviewer Mapping Async API.
See Reviewer Mapping API.
See Item Label Metrics Async API.
See Item Hotword Metrics Async API.
See Item Details API.