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": [
        {
            "eventId": 112, 
            "message": "User 'admin' logged into the system", 
            "metadata": {
                "admin": "admin"
            }, 
            "timestamp": 1352996174703
        }
    ]
}