Please enter search query.
Search <book_title>...
Veritas™ Surveillance User Guide
Last Published:
2024-09-26
Product(s):
Veritas Alta Surveillance (1.0)
- 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
EvidenceOfReview - List by filter
GET https://<Reporting endpoint base URL>/odata/EvidenceOfReview
Sample requests
GET https://<Reporting endpoint Base URL>/odata/EvidenceOfReview?reportid=<ID of the EvidenceOfReview API report>
GET https://<Reporting endpoint Base URL>/odata/EvidenceOfReview?reportid=a337e782-aa81-40fd-a65c-589b1bb6da55
EvidenceOfReview - URL Parameter/Filters
The following filters can be used with the EvidenceOfReview API when invoked using the GET method. The system uses the
operator between the filters to return the result based on the specified filters.Name | Type | Description |
---|---|---|
ReportID | Mandatory | Specify the ID of report you want to view. |
Scenario 1
GET https://<Reporting endpoint base URL>/odata/EvidenceOfReview?ReportId=a337e782-aa81-40fd-a65c-589b1bb6da55&$count=true
Sample response
Status code: 200 OK
Supported OData filters
See Supported OData query options.
Supported reporting endpoint API filters and their values
See Supported reporting endpoint API filters and their values.
Responses
See Responses.