Hello!
I'd like to get all audit events related to a specific user in a specific project via REST. I can get all myproject audit events via https://bitbucket.internal.com/rest/audit/1.0/projects/myproject/events
But I need to filter it like https://bitbucket.internal.com/rest/audit/1.0/projects/myproject/events?q=user.name=myuser or something. I tried some patterns from other RESTs and they didn't work.
Is there any way to filter results like this?