Request
The primary key for each resource.
Request samples
curl --location --request GET 'https://api.synap.ac/v3/mobile/attempts/'
Responses
data
object (MobileAttempt)Â
requiredThe primary key for each resource.
Allowed value:MobileAttempt
{
"data": {
"id": "FID001",
"type": "MobileAttempt",
"attributes": {
"title": "string",
"status": "string",
"quizLength": "string",
"quizMode": "string",
"testId": "string",
"masteryLevels": [
"string"
],
"timeStarted": "string",
"timeCompleted": "string",
"timerEnabled": true,
"timerDuration": 0,
"score": 0
},
"relationships": {
"responses": {
"data": [
{
"id": "FID001",
"type": "MobileResponse"
}
]
}
}
}
}
Modified at 2025-07-08 10:51:22