GET apis/Student/GetStudentExamProgress?chdID={chdID}&examID={examID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| chdID | globally unique identifier |
Required |
|
| examID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of childrenDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| chdID | string |
None. |
|
| Name | string |
None. |
|
| cstName | string |
None. |
|
| rollNumber | string |
None. |
|
| objsubject | Collection of subjectDetails |
None. |
|
| createdBy | string |
None. |
|
| sectionID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"chdID": "sample string 1",
"Name": "sample string 2",
"cstName": "sample string 3",
"rollNumber": "sample string 4",
"objsubject": [
{
"subjectID": "6e05a1ec-8e67-4606-acf5-ff5dbb7fe6a5",
"subjectName": "sample string 2",
"TotalMarks": 3,
"ObtMarks": 4.0,
"remarks": "sample string 5",
"rowID": 6,
"IspromotedPass": true,
"examprogID": "a6934027-5c4c-4a02-aad9-6843a97fd8b5",
"createdBy": "sample string 9",
"examName": "sample string 10",
"grade": "sample string 11",
"subjectWiseStatus": true,
"examID": "eb89e0e0-6386-459d-acd1-05891fba0b94"
},
{
"subjectID": "6e05a1ec-8e67-4606-acf5-ff5dbb7fe6a5",
"subjectName": "sample string 2",
"TotalMarks": 3,
"ObtMarks": 4.0,
"remarks": "sample string 5",
"rowID": 6,
"IspromotedPass": true,
"examprogID": "a6934027-5c4c-4a02-aad9-6843a97fd8b5",
"createdBy": "sample string 9",
"examName": "sample string 10",
"grade": "sample string 11",
"subjectWiseStatus": true,
"examID": "eb89e0e0-6386-459d-acd1-05891fba0b94"
}
],
"createdBy": "sample string 5",
"sectionID": "059abcf8-2d1c-4da4-a4ad-e5140b102c9b"
},
{
"chdID": "sample string 1",
"Name": "sample string 2",
"cstName": "sample string 3",
"rollNumber": "sample string 4",
"objsubject": [
{
"subjectID": "6e05a1ec-8e67-4606-acf5-ff5dbb7fe6a5",
"subjectName": "sample string 2",
"TotalMarks": 3,
"ObtMarks": 4.0,
"remarks": "sample string 5",
"rowID": 6,
"IspromotedPass": true,
"examprogID": "a6934027-5c4c-4a02-aad9-6843a97fd8b5",
"createdBy": "sample string 9",
"examName": "sample string 10",
"grade": "sample string 11",
"subjectWiseStatus": true,
"examID": "eb89e0e0-6386-459d-acd1-05891fba0b94"
},
{
"subjectID": "6e05a1ec-8e67-4606-acf5-ff5dbb7fe6a5",
"subjectName": "sample string 2",
"TotalMarks": 3,
"ObtMarks": 4.0,
"remarks": "sample string 5",
"rowID": 6,
"IspromotedPass": true,
"examprogID": "a6934027-5c4c-4a02-aad9-6843a97fd8b5",
"createdBy": "sample string 9",
"examName": "sample string 10",
"grade": "sample string 11",
"subjectWiseStatus": true,
"examID": "eb89e0e0-6386-459d-acd1-05891fba0b94"
}
],
"createdBy": "sample string 5",
"sectionID": "059abcf8-2d1c-4da4-a4ad-e5140b102c9b"
}
]