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
ItemMetrics - List
GET https://<Reporting endpoint Base URL>/odata/ItemMetrics?CaptureDateStart=<YYYY-MM-DD>&CaptureDateEnd=<YYYY-MM-DD>
The following filters can be used with the ItemMetrics 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 |
---|---|---|
CaptureDateStart | Mandatory | CaptureDate is the date on which items are captured or ingested in Veritas Surveillance is recorded as the CaptureDate for that item. This filter specifies the start date for returning count of items whose CaptureDate is greater than or equal to this start date. : Date in the YYYY-MM-DD format that is CaptureDateStart. |
CaptureDateEnd | Mandatory | This filter specifies the end date for returning count of items whose CaptureDate is greater than or equal to this date. : Date in the YYYY-MM-DD format that is CaptureDateEnd. |
To get count of all items captured between 2023-01-01 and 2023-12-31, the sample query will be as below.
GET https://<Reporting endpoint Base URL>/odata/ItemMetrics?CaptureDateStart=2023-01-01&CaptureDateEnd=2023-12-31
See Responses.