curl --location --request GET 'https://api.synap.ac/v3/mobile/attempts?limit=&offset='
{
"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"
}
]
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}