{
"status": {
"error": false,
"code": 200,
"type": "success",
"message": "Success"
},
"pagination": {
"before_cursor": null,
"after_cursor": "xWNjb3VudF9pZDo6OjUzNDEzLS0jI2lkOjo6OTA0MjU3NTQ2",
"previous_link": null,
"next_link": "https://subdomain.onelogin.com/api/1/events?after_cursor=..."
},
"data": [
{
"id": 999999999,
"created_at": "2014-12-19T02:02:39.276Z",
"account_id": 55555,
"user_id": 88888888,
"event_type_id": 13,
"notes": null,
"ipaddr": "11.111.11.111",
"actor_user_id": 7777777,
"actor_user_name": "Xavier Wong",
"user_name": "Xavier Wong",
"risk_score": null
}
]
}