curl --location --request GET 'https://api.synap.ac/v3/studies/'
{
"data": {
"id": "FID001",
"type": "Study",
"attributes": {
"totalStudyItems": 0,
"totalQuestions": 0,
"totalAnsweredQuestions": 0,
"knowledgeCoverage": 0,
"competencyScore": 0,
"masteryLevel": "unseen",
"studyItemOverviews": [
{
"studyItemId": "string",
"type": "string",
"objectData": {
"className": "string",
"id": "string",
"label": "string",
"slug": "string",
"imageUrl": "string"
},
"isAttempted": true,
"totalQuestions": 0,
"totalAnsweredQuestions": 0,
"knowledgeCoverage": 0,
"competencyScore": 0,
"masteryLevel": "unseen",
"masteryDivisions": [
{
"level": "unseen",
"label": "string",
"totalQuestions": 0,
"percentageOfTotal": 0
}
]
}
],
"masteryDivisions": [
{
"level": "unseen",
"label": "string",
"totalQuestions": 0,
"percentageOfTotal": 0
}
],
"studyOverviewUpdatedAt": "2019-08-24T14:15:22Z",
"selfPracticeSetupQuizMode": "practice",
"selfPracticeSetupMaxQuestions": 0,
"selfPracticeSetupMasteryLevels": [
"unseen"
],
"selfPracticeSetupTagSetId": "string",
"selfPracticeSetupRandomise": true,
"selfPracticeSetupTagFilters": {},
"spacedLearningIntensityLevel": "Low",
"spacedLearningNextDue": "2019-08-24T14:15:22Z",
"spacedLearningMissedStreak": 0,
"spacedLearningLatestTestCreatedAt": "2019-08-24T14:15:22Z",
"spacedLearningStateIsActive": true,
"spacedLearningStateWaiting": true,
"spacedLearningStateTestReady": true,
"spacedLearningStateHasAttempt": true,
"spacedLearningStateStatusMessage": "string"
},
"relationships": {
"latestQuiz": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"latestAttempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"items": {
"data": [
{
"id": "FID001",
"type": "StudyItem"
}
]
},
"owner": {
"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": {}
}
}
}
]
}