Rate this page:
GET /events
string
The start timestamp in ISO8601 format
date-time
string
The end timestamp in ISO8601 format
date-time
string
The number of records to skip
0
, Minimum: 0
, Format: int32
string
Location of last result returned in format of timestamp,ID. For making a request for page X, the value of this field can be obtained from pagingInfo->nextPageCursor in response for page X-1
string
The maximum number of records returned
200
, Minimum: 1
, Maximum: 100000
, Format: int32
string
Audit event author identifiers separated by comma
form
string
Audit categories separated by comma
form
string
Comma-separated list of actions which triggered the audit record
form
string
A list of affected objects separated by semicolon. Each affected object is a pair of object type and id separated by comma. Administrator permission of all affected objects is required when specified. Global administrator permission is required when no affected object is specified.
string
Search expression, this parameter may have negative performance impact. It's recommended to use scanLimit when this parameter is specified.
string
What format output should the server create
json
string
The maximum number of records to be scanned in the inverse insertion order with from and to filters taking precedence, the default value is 2147483647 which means there is no limit
2147483647
, Minimum: 1
, Maximum: 2147483647
, Format: int32
1 2 3
curl --request GET \
--url 'https://your-domain.atlassian.net/events' \
--header 'Accept: application/json'
Successful operation
Content type | Value |
---|---|
application/json | |
text/csv |
Rate this page: