• Cache
    • Configuration
    • Events
    Server
    Atlassian SDK / Reference / REST APIs

    Events

    Postman Collection
    OpenAPI
    Operations
    GET

    Get a paginated list of audit events

    Request

    Query parameters

    from

    string

    to

    string

    offset

    string

    pageCursor

    string

    limit

    string

    userIds

    string

    categories

    string

    actions

    string

    affectedObject

    string

    search

    string

    Responses

    Successful operation

    application/json text/csv

    AuditEntitiesResponseJson
    GET/events
    1 2 3 curl --request GET \ --url 'https://your-domain.atlassian.net/events' \ --header 'Accept: application/json'
    200Response
    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 { "entities": [ { "affectedObjects": [ { "id": "<string>", "name": "<string>", "type": "<string>", "uri": "<string>" } ], "author": { "avatarUri": "<string>", "id": "<string>", "name": "<string>", "type": "<string>", "uri": "<string>" }, "changedValues": [ { "from": "<string>", "i18nKey": "<string>", "key": "<string>", "to": "<string>" } ], "extraAttributes": [ { "name": "<string>", "nameI18nKey": "<string>", "value": "<string>" } ], "method": "<string>", "node": "<string>", "source": "<string>", "system": "<string>", "timestamp": "<string>", "type": { "action": "<string>", "actionI18nKey": "<string>", "category": "<string>", "categoryI18nKey": "<string>" } } ], "pagingInfo": { "lastPage": true, "nextPageCursor": { "cursor": "<string>" }, "nextPageLink": "<string>", "nextPageOffset": 2154, "size": 2154 } }

    Rate this page: