curl --location --request GET 'https://api.synap.ac/v3/attempt-player-states/'
{
"data": {
"id": "FID001",
"type": "AttemptPlayerState",
"attributes": {
"isLocked": true,
"isStarted": true,
"isCompleted": true,
"isResultReady": true,
"isRevoked": true,
"isProctorReviewRejected": true
},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}