cja_get_audit_logs_search {cjar} | R Documentation |
Get audit logs search
Description
This function will pull a list of audit logs.
Usage
cja_get_audit_logs_search(body = NULL, debug = FALSE)
Arguments
body |
The json string with the search functions included |
debug |
Set to TRUE if needed to help troubleshoot api call errors |
Value
A data frame of audit logs and corresponding metadata
Examples
## Not run:
cja_get_audit_logs_search(body = jsonrequest)
## End(Not run)
[Package cjar version 0.1.2 Index]