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