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
|
None, CRM, Documents, Login, Others, People, Projects, Settings
|
None
|
moduleType
sent in body
|
Module
optional
|
None, Files, Folders, DocumentsSettings, Companies, Persons, Contacts, CrmTasks, Opportunities, Invoices, Cases, CommonCrmSettings, ContactsSettings, ContactTypes, InvoiceSettings, OtherCrmSettings, Users, Groups, Projects, Milestones, Tasks, Discussions, TimeTracking, Reports, ProjectsSettings, General, Products, Rooms
|
None
|
GET api/2.0/security/audit/mappers
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"productType": "None",
"moduleType": "None"
}