Docs Menu
API Developer Guide / middleware / pub / service / getAuditLogginData

Service: getAuditLogginData

This service retrieves audit log data with pagination and filtering options.

Input Parameter:

Name Type Description
start: String The starting index for pagination.
length: String The number of audit log records to retrieve.
draw: String A token used for tracking the request.
showAll: Boolean A flag to indicate whether to show all audit log records without filtering.

Output Parameter:

Name Type Description
draw: String A token that corresponds to the draw parameter from the input, used for synchronization.
recordsTotal: String The total number of audit log records available.
recordsFiltered: String The number of audit log records after filtering.
data: Document Array An array of audit log data records.
start: String The starting index for pagination.
length: String The number of audit log records retrieved in the current request.