curl --location --request GET 'https://api.synap.ac/v3/enriched-attempts?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "EnrichedAttempt",
"attributes": {
"testId": "string",
"testName": "string",
"examId": "string",
"examName": "string",
"examStatus": "enrolled",
"schedule": {
"activateAt": "string",
"deactivateAt": "string"
},
"certificateLink": "string",
"grade": {
"label": "string",
"isPass": true
},
"marks": {
"points": 0,
"maxPoints": 0,
"credits": 0,
"penalties": 0
},
"timeStarted": "string",
"timeCompleted": "string",
"timeTaken": 0,
"proctorStatus": "disabled",
"proctorVendor": "internal",
"proctorSessionId": "string",
"proctorBreaches": 0,
"markingStatus": "completed",
"resultsStatus": "finalised",
"score": 0,
"releasedBy": "string",
"finalisedBy": "string",
"finalisedAt": "string",
"releasedAt": "string",
"version": "string"
},
"relationships": {
"user": {
"data": {
"id": "FID001",
"type": "User"
}
},
"finalisedBy": {
"data": {
"id": "FID001",
"type": "User"
}
},
"releasedBy": {
"data": {
"id": "FID001",
"type": "User"
}
},
"assignedMarkers": {
"data": [
{
"id": "FID001",
"type": "User"
}
]
},
"assignedModeratingMarkers": {
"data": [
{
"id": "FID001",
"type": "User"
}
]
},
"assignedProvisionalMarkers": {
"data": [
{
"id": "FID001",
"type": "User"
}
]
}
}
}
],
"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": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}