GET api/2.0/security/audit/mappers
Returns the mappers for the audit trail types.
Name |
Description |
Type |
Example |
productType
sent in body
|
Product
optional
|
ASC.AuditTrail.Types.ProductType
|
|
moduleType
sent in body
|
Module
optional
|
ASC.AuditTrail.Types.ModuleType
|
|
GET api/2.0/security/audit/mappers
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"productType": null,
"moduleType": null
}