Please enter search query.
Search <book_title>...
Veritas Surveillance User Guide
Last Published:
2025-04-01
Product(s):
Veritas Alta Surveillance (1.0)
- Introducing Veritas Surveillance
- Getting started
- Working with dashboard widgets
- Managing employees and employee groups
- Managing departments
- Managing reviewer assignment
- Managing research folders
- 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
- 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
- Managing Power BI templates for reporting APIs
- TEMPLATE- Item Label Metrics By Employee - View Report Data
- Managing application wide audit settings
- Working with audit viewer
- Managing application wide review setting
Roles - List by filters
POST https://<Reporting endpoint Base URL>/odata/roles
Request body
Specify the following filters to obtain refined and selective results from this report.
Name | Type | Description |
---|---|---|
Departments | Optional | Specifies IDs of the departments to which roles belongs to. : The Roles API can pass a maximum of 100 Departments IDs as input. : JSON array of integers 'id'(identifier fields) that is Departments. |
Scopes | Optional | Specifies the scope of the roles. Possible values are: 160 for application-level roles and 161 for department-level roles. : JSON array of integers 'id'(identifier fields) that is Scopes. |
Sample request
POST https://<Reporting endpoint Base URL>/odata/Roles
{
"Departments": [5,6],
"Scopes" :[161]
}
Sample response
Status code: 200 OK
Supported OData Filters
See Supported OData query options.
Responses
See Responses.