curl --location --request GET 'https://api.synap.ac/v3/assignment-item-quizzes/?include'
{
"data": {
"id": "FID001",
"type": "AssignmentItemQuiz",
"attributes": {
"title": "string",
"description": "string",
"customLabel": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"timeSpentInMinutes": 0,
"status": "notStarted",
"isReviewRequired": true,
"isLocked": true,
"type": "AssignmentItemQuiz",
"passScore": 0,
"quizMode": "practice",
"isPassed": true
},
"relationships": {
"assignment": {
"data": {
"id": "FID001",
"type": "Assignment"
}
},
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"internalReview": {
"data": {
"id": "FID001",
"type": "AssignmentItemReview"
}
},
"sharedReview": {
"data": {
"id": "FID001",
"type": "AssignmentItemReview"
}
},
"firstAttempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"latestAttempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
},
"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": {}
}
}
}
]
}