Hello all,
I am using "Organizations REST API".
However, I do not know a designated method of parameter "q" of the event log search.
Please give us usage of parameter "q".
〇API Reference Guide
"Get an audit log of events" of "Organizations REST API"
(https://developer.atlassian.com/cloud/admin/organization/rest/api-group-events/#api-group-events)
Queryparameters
-------------------------
q string
Single query term for searching events.
-------------------------
Thank you.
Can I bump this? What is Q for?
Also the to and from parameters don't seem to properly return results within that timeframe
params = {
'from': from_time,
'limit':500
#'to': to_time,
# "product":"bitbucket"
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A UNIX epoch time from 5 minutes ago will pull events that date back to August
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.