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
.- Content-Type
enum of string
Can be one of:
application/json
.
Body
- productType
array of integer
Product
- moduleType
array of integer
Module
Examples
GET /api/2.0/security/audit/mappers HTTP/1.1
Accept: application/json
Content-Type: application/json
Host: example.com
curl --request GET \
--url https://example.com/api/2.0/security/audit/mappers \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Responses
200
Audit trail mappers