curl --location --request GET 'https://api.synap.ac/v3/attempts/'
{
"data": {
"id": "FID001",
"type": "Attempt",
"attributes": {
"title": "string",
"createdAt": "string",
"isCompleted": true,
"timeStarted": "string",
"timeCompleted": "string",
"proctor": {},
"resitCount": 0,
"attemptsAllowed": 0,
"schedule": {
"activateAt": "string",
"deactivateAt": "string"
},
"candidateOpenDate": "string",
"status": "draft",
"settings": {},
"state": {},
"quizSetup": {},
"grade": {},
"examStatus": "string",
"proctorStatus": "string",
"score": 0,
"marks": {
"points": 0,
"maxPoints": 0,
"credits": 0,
"penalties": 0
},
"isRevoked": true,
"isOpen": true,
"isUpcoming": true,
"isPast": true,
"version": "string",
"resultsStatus": "pending",
"resultsMarkingStatus": "notStarted",
"resultsPendingMarks": 0,
"proctorEnabled": true,
"proctorVendor": "string",
"proctorSessionId": "string",
"proctorIsApproved": true,
"proctorReviews": [
{
"userId": "string",
"action": "approve",
"timestamp": "string",
"body": "string"
}
],
"proctorRequiresReview": true,
"proctorBreaches": 0,
"proctorLiveProctoring": true,
"proctorRosalynRuleUsePrivateTestArea": true,
"proctorRosalynRuleVisibleFace": true,
"proctorRosalynRuleDoNotAllowInteractionWithOthers": true,
"proctorRosalynRuleDoNotAllowOtherMaterials": true,
"proctorRosalynRuleDoNotAllowNoiseMakingDevices": true,
"proctorRosalynRuleDoNotAllowAdditionalDevices": true,
"proctorRosalynRuleAllowMouseKeyboardMonitorOnly": true,
"proctorRosalynRuleDoNotAllowAppsOrBroswerTabs": true,
"proctorRosalynRuleDoNotAllowExamContentSharing": true
},
"relationships": {
"examV2": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
},
"user": {
"data": {
"id": "FID001",
"type": "User"
}
},
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"test": {
"data": {
"id": "FID001",
"type": "Test"
}
},
"quiz": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"assignment": {
"data": {
"id": "FID001",
"type": "Assignment"
}
},
"assignmentItem": {
"data": {
"id": "FID001",
"type": "AssignmentItem"
}
},
"collection": {
"data": {
"id": "FID001",
"type": "Collection"
}
},
"collectionItem": {
"data": {
"id": "FID001",
"type": "CollectionItem"
}
},
"collectionMock": {
"data": {
"id": "FID001",
"type": "CollectionMock"
}
},
"study": {
"data": {
"id": "FID001",
"type": "Study"
}
},
"studyItem": {
"data": {
"id": "FID001",
"type": "StudyItem"
}
},
"responses": {
"data": [
{
"id": "FID001",
"type": "Response"
}
]
},
"marker": {
"data": {
"id": "FID001",
"type": "User"
}
},
"markingState": {
"data": {
"id": "FID001",
"type": "MarkingState"
}
},
"assignedMarkers": {
"data": [
{
"id": "FID001",
"type": "User"
}
]
},
"assignedProvisionalMarkers": {
"data": [
{
"id": "FID001",
"type": "User"
}
]
},
"assignedModeratingMarkers": {
"data": [
{
"id": "FID001",
"type": "User"
}
]
},
"assignedEscalatingMarkers": {
"data": [
{
"id": "FID001",
"type": "User"
}
]
},
"assignedAuditingMarkers": {
"data": [
{
"id": "FID001",
"type": "User"
}
]
},
"assignedBackReadingMarkers": {
"data": [
{
"id": "FID001",
"type": "User"
}
]
},
"certificate": {
"data": {
"id": "FID001",
"type": "Certificate"
}
}
}
},
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
],
"meta": {
"isOnDemandResitAvailable": true
}
}