GET apis/Exams/GetExamprogressRows?ASID={ASID}&examID={examID}&classID={classID}&groupID={groupID}&locID={locID}§ionID={sectionID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ASID | globally unique identifier |
Required |
|
| examID | globally unique identifier |
Required |
|
| classID | globally unique identifier |
Required |
|
| groupID | globally unique identifier |
Required |
|
| locID | globally unique identifier |
Required |
|
| sectionID | 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": "2e3e5719-7b8e-46c4-bd73-e93330f93a5e",
"subjectName": "sample string 2",
"TotalMarks": 3,
"ObtMarks": 4.0,
"remarks": "sample string 5",
"rowID": 6,
"IspromotedPass": true,
"examprogID": "f75609d1-6ae4-4595-8150-59b7f2bb6c14",
"createdBy": "sample string 9",
"examName": "sample string 10",
"grade": "sample string 11",
"subjectWiseStatus": true,
"examID": "986a2fd8-64ef-4679-99ea-aca38fc04b00"
},
{
"subjectID": "2e3e5719-7b8e-46c4-bd73-e93330f93a5e",
"subjectName": "sample string 2",
"TotalMarks": 3,
"ObtMarks": 4.0,
"remarks": "sample string 5",
"rowID": 6,
"IspromotedPass": true,
"examprogID": "f75609d1-6ae4-4595-8150-59b7f2bb6c14",
"createdBy": "sample string 9",
"examName": "sample string 10",
"grade": "sample string 11",
"subjectWiseStatus": true,
"examID": "986a2fd8-64ef-4679-99ea-aca38fc04b00"
}
],
"createdBy": "sample string 5",
"sectionID": "a54f9c6e-67ef-429c-b97c-de123d5826fc"
},
{
"chdID": "sample string 1",
"Name": "sample string 2",
"cstName": "sample string 3",
"rollNumber": "sample string 4",
"objsubject": [
{
"subjectID": "2e3e5719-7b8e-46c4-bd73-e93330f93a5e",
"subjectName": "sample string 2",
"TotalMarks": 3,
"ObtMarks": 4.0,
"remarks": "sample string 5",
"rowID": 6,
"IspromotedPass": true,
"examprogID": "f75609d1-6ae4-4595-8150-59b7f2bb6c14",
"createdBy": "sample string 9",
"examName": "sample string 10",
"grade": "sample string 11",
"subjectWiseStatus": true,
"examID": "986a2fd8-64ef-4679-99ea-aca38fc04b00"
},
{
"subjectID": "2e3e5719-7b8e-46c4-bd73-e93330f93a5e",
"subjectName": "sample string 2",
"TotalMarks": 3,
"ObtMarks": 4.0,
"remarks": "sample string 5",
"rowID": 6,
"IspromotedPass": true,
"examprogID": "f75609d1-6ae4-4595-8150-59b7f2bb6c14",
"createdBy": "sample string 9",
"examName": "sample string 10",
"grade": "sample string 11",
"subjectWiseStatus": true,
"examID": "986a2fd8-64ef-4679-99ea-aca38fc04b00"
}
],
"createdBy": "sample string 5",
"sectionID": "a54f9c6e-67ef-429c-b97c-de123d5826fc"
}
]