GET api/StudentCourseMaterial/GetQuestionBankPreviousAttemptDetails?studentCourseMaterialId={studentCourseMaterialId}®istrationId={registrationId}
used to get the question bank previous exam attemt details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentCourseMaterialId | integer |
Required |
|
| registrationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PreviousExam| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamName | string |
None. |
|
| BuildYourExamUrl | string |
None. |
|
| TestId | integer |
None. |
|
| TestTitle | string |
None. |
|
| GroupName | string |
None. |
|
| TestUrl | string |
None. |
|
| isodd | boolean |
None. |
|
| Attempts | Collection of Attempts |
None. |
|
| MaxAttemptDate | date |
None. |
|
| isAttemptsCompleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ExamName": "sample string 1",
"BuildYourExamUrl": "sample string 2",
"TestId": 3,
"TestTitle": "sample string 4",
"GroupName": "sample string 5",
"TestUrl": "sample string 6",
"isodd": true,
"Attempts": [
{
"groupid": 1,
"testgroupuserid": 2,
"attemptid": 3,
"iscompleted": true,
"marksobtained": 5,
"ResultStatus": true,
"percentagecorrect": 7.0,
"attemptedon": "sample string 8",
"dtAttemptedon": "2026-04-02T23:53:13.5508398-04:00",
"reviewlink": "sample string 10"
},
{
"groupid": 1,
"testgroupuserid": 2,
"attemptid": 3,
"iscompleted": true,
"marksobtained": 5,
"ResultStatus": true,
"percentagecorrect": 7.0,
"attemptedon": "sample string 8",
"dtAttemptedon": "2026-04-02T23:53:13.5508398-04:00",
"reviewlink": "sample string 10"
}
],
"MaxAttemptDate": "2026-04-02T23:53:13.5508398-04:00",
"isAttemptsCompleted": true
},
{
"ExamName": "sample string 1",
"BuildYourExamUrl": "sample string 2",
"TestId": 3,
"TestTitle": "sample string 4",
"GroupName": "sample string 5",
"TestUrl": "sample string 6",
"isodd": true,
"Attempts": [
{
"groupid": 1,
"testgroupuserid": 2,
"attemptid": 3,
"iscompleted": true,
"marksobtained": 5,
"ResultStatus": true,
"percentagecorrect": 7.0,
"attemptedon": "sample string 8",
"dtAttemptedon": "2026-04-02T23:53:13.5508398-04:00",
"reviewlink": "sample string 10"
},
{
"groupid": 1,
"testgroupuserid": 2,
"attemptid": 3,
"iscompleted": true,
"marksobtained": 5,
"ResultStatus": true,
"percentagecorrect": 7.0,
"attemptedon": "sample string 8",
"dtAttemptedon": "2026-04-02T23:53:13.5508398-04:00",
"reviewlink": "sample string 10"
}
],
"MaxAttemptDate": "2026-04-02T23:53:13.5508398-04:00",
"isAttemptsCompleted": true
}
]