manage:exam permission, or own:exam permission on the exam the attempt belongs to. The student sitting the attempt never has access, even to their own audit trail. Returns the attempt's integrity flags and committee overrides — APP_SWITCH events raised by the student's own client, and DEVICE_UNBOUND, VIOLATIONS_RESET, ANSWERS_RESET (and legacy TIMER_RESET) events raised by a committee override — newest first.core.session_token: ********************Authorization: Bearer ********************curl --location '/exam-attempts//events'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"attemptId": "string",
"type": "APP_SWITCH",
"actor": {
"id": "string",
"name": "string"
},
"metadata": {
"property1": "string",
"property2": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}