curl --location --request GET 'https://api.synap.ac/v3/proctor-event-logs?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "ProctorEventLog",
"attributes": {
"id": "string",
"type": "string",
"action": "string",
"delta": {
"before": {
"numberOfDisplays": 0,
"fullscreen": true,
"focus": true,
"numberOfTabs": 0,
"injectedToken": "string",
"examConnected": true,
"questionData": {
"questionId": "string",
"questionDoi": "string",
"sectionId": "string",
"sectionDoi": "string"
}
},
"after": {
"numberOfDisplays": 0,
"fullscreen": true,
"focus": true,
"numberOfTabs": 0,
"injectedToken": "string",
"examConnected": true,
"questionData": {
"questionId": "string",
"questionDoi": "string",
"sectionId": "string",
"sectionDoi": "string"
}
}
},
"questionData": {
"questionId": "string",
"questionDoi": "string",
"sectionId": "string",
"sectionDoi": "string"
},
"timestamp": "string"
},
"relationships": {}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}