We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/get_audit_logs
When you query /api/get_audit_logs it returns
/api/get_audit_logs
{ "result": AuditLog[] ... }
When you query with some param /api/get_audit_logs?page=1 it returns
/api/get_audit_logs?page=1
{ "result": { "audit_logs": AuditLog[], "page": number, "page_size": number, "total_pages": number, "total_entries": number } ... }
It should always return the second case.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you query
/api/get_audit_logs
it returnsWhen you query with some param
/api/get_audit_logs?page=1
it returnsIt should always return the second case.
The text was updated successfully, but these errors were encountered: