Get Audit Categories
Use the get audit categories request to get the audit categories available in your U-Capture system, each category is a type of system action and every audit log entry will fit into one of these categories.
The category for a specific audit log entry is shown in the activityType parameter of the response to a get audit log request, see either Get Audit Log, or Get Audit Log by ID for more information on the details each audit log entry provides.
Endpoint
Method: GET
URL: /audit-categories/get
Response and Error Code
Response Code | Condition |
|---|---|
200 | OK |
Sample Response
[
"Default",
"User Management",
"Role Management",
"Policy Management",
"Tenant Management",
"Authorization",
"Transcription",
"System Configuration",
"Call Administration",
"Export",
"Realtime Streaming",
"Search And Replay",
"Unrecognized"
]