own:course permission (course owner or co-teacher), submit:coursework permission (enrolled student), or manage:course permission. Students receive myAttemptCount and myLastAttempt; other callers get null for those fields.core.session_token: ********************Authorization: Bearer ********************curl --location '/courses//quizzes'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"courseId": "string",
"topicId": "string",
"title": "string",
"description": "string",
"status": "DRAFT",
"openAt": "2019-08-24T14:15:22.123Z",
"dueAt": "2019-08-24T14:15:22.123Z",
"durationMinutes": 0,
"shuffleQuestions": true,
"shuffleOptions": true,
"maxAttempts": 0,
"showResults": true,
"showPoints": true,
"passingScore": 0,
"order": 0,
"questionCount": 0,
"totalPoints": 0,
"myAttemptCount": 0,
"myLastAttempt": {
"id": "string",
"status": "IN_PROGRESS",
"totalScore": 0
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}