GET /api/domainaudit/{num}

Returns the last {num} number of events of all events types.

Each message consist is returned as a JSON string in the following format:

{
    "events": [
        {
            "message": "Admin user 'admin' connected",
            "eventId": 112,
            "user": "admin",
            "outcome": "success",
            "additionalInfo": "",
            "timeStamp": 1435934085927,
            "metaData": {
                "userID": "admin"
            }
        }
    ]
}