Request
The primary key for each resource.
Body Params application/vnd.api+json
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"
}
]
}
}
}
}
Request samples
curl --location --request PATCH 'https://api.synap.ac/v3/mobile/attempts/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"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"
}
]
}
}
}
}'
Responses
data
object (MobileAttempt)Â
optionalThe 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