Please enter search query.
Search <book_title>...
Enterprise Vault™ Compliance Accelerator Reviewer's Guide
Last Published:
2024-03-04
Product(s):
Enterprise Vault (15.0)
- Introducing Compliance Accelerator
- Introducing Veritas Surveillance
- Creating and viewing reports
- Enhanced reporting
- Accessing reports through the OData web service
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.