Get audit trail mappers
GET /api/2.0/security/audit/mappers
Request
Returns the mappers for the audit trail types.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.
Query
- productType
one of
Product
- .
enum of string
[None - None, Documents - Documents, Login - Login, Others - Others, People - People, Settings - Settings]
Can be one of:
None
,Documents
,Login
,Others
,People
,Settings
.- .
enum of integer
[0 - None, 2 - Documents, 3 - Login, 4 - Others, 5 - People, 7 - Settings]
Can be one of:
0
,2
,3
,4
,5
,7
.
- moduleType
one of
Module
- .
enum of string
[None - None, Files - Files, Folders - Folders, DocumentsSettings - Documents settings, Companies - Companies, Persons - Persons, Contacts - Contacts, CrmTasks - Crm tasks, Opportunities - Opportunities, Invoices - Invoices, Cases - Cases, CommonCrmSettings - Common crm settings, ContactsSettings - Contacts settings, ContactTypes - Contact types, InvoiceSettings - Invoice settings, OtherCrmSettings - Other crm settings, Users - Users, Groups - Groups, Projects - Projects, Milestones - Milestones, Tasks - Tasks, Discussions - Discussions, TimeTracking - Time tracking, Reports - Reports, ProjectsSettings - Projects settings, General - General, Products - Products, Rooms - Rooms]
Can be one of:
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
.- .
enum of integer
[0 - None, 1 - Files, 2 - Folders, 3 - Documents settings, 4 - Companies, 5 - Persons, 6 - Contacts, 7 - Crm tasks, 8 - Opportunities, 9 - Invoices, 10 - Cases, 11 - Common crm settings, 12 - Contacts settings, 13 - Contact types, 14 - Invoice settings, 15 - Other crm settings, 16 - Users, 17 - Groups, 18 - Projects, 19 - Milestones, 20 - Tasks, 21 - Discussions, 22 - Time tracking, 23 - Reports, 24 - Projects settings, 25 - General, 26 - Products, 27 - Rooms]
Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,9
,10
,11
,12
,13
,14
,15
,16
,17
,18
,19
,20
,21
,22
,23
,24
,25
,26
,27
.
Examples
GET /api/2.0/security/audit/mappers HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
--url https://example.com/api/2.0/security/audit/mappers \
--header 'Accept: application/json'
Responses
200
Audit trail mappers