GET apis/Exams/GetExamsByAdmSession?ASID={ASID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ASID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ExamSchedules| Name | Description | Type | Additional information |
|---|---|---|---|
| examSchID | globally unique identifier |
None. |
|
| examID | globally unique identifier |
Required |
|
| examName | string |
None. |
|
| classID | globally unique identifier |
Required |
|
| className | string |
None. |
|
| subjectID | globally unique identifier |
Required |
|
| SubjectName | string |
None. |
|
| ASID | globally unique identifier |
Required |
|
| admSession | string |
None. |
|
| teacherID | globally unique identifier |
Required |
|
| teacherName | string |
None. |
|
| InvigilatorID | globally unique identifier |
Required |
|
| invigilator | string |
None. |
|
| InvigilatorHeadID | globally unique identifier |
Required |
|
| invigilatorHead | string |
None. |
|
| totalQuestions | integer |
Required |
|
| totalMarks | integer |
Required |
|
| passMarks | integer |
Required |
|
| dtStart | date |
Required |
|
| TimeFrom | time interval |
Required |
|
| TimeTo | time interval |
Required |
|
| active | boolean |
None. |
|
| createdBy | string |
None. |
|
| createdDate | date |
None. |
|
| modifiedBy | string |
None. |
|
| modifiedDate | date |
None. |
|
| rowID | integer |
None. |
|
| groupID | globally unique identifier |
None. |
|
| Medium | string |
None. |
|
| groupName | string |
None. |
|
| sectionID | globally unique identifier |
None. |
|
| validationResult | EntityValidationResult |
None. |
|
| pageNumber | integer |
None. |
|
| pageSize | integer |
None. |
|
| PageCount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"examSchID": "56bdbdbc-c1c7-40f5-b70e-89ff31f0a4e0",
"examID": "039e64c3-eef6-44c9-af55-535f3b014bfe",
"examName": "sample string 3",
"classID": "ab568f72-de0b-44e2-8adb-538df152544c",
"className": "sample string 5",
"subjectID": "d57836f2-fc88-49ca-b2e0-172b62f0ed78",
"SubjectName": "sample string 7",
"ASID": "b1009276-1a52-47fa-827a-f6a5747e154a",
"admSession": "sample string 9",
"teacherID": "fd1e1366-40d2-4593-b3d9-8b9ca4110412",
"teacherName": "sample string 11",
"InvigilatorID": "1ea7bfd5-1c1c-4821-9a6d-92c44b081019",
"invigilator": "sample string 13",
"InvigilatorHeadID": "7642ab19-0435-4af8-b51c-6946ccf89788",
"invigilatorHead": "sample string 15",
"totalQuestions": 16,
"totalMarks": 17,
"passMarks": 18,
"dtStart": "2026-04-15T18:34:32.9356537+05:00",
"TimeFrom": "00:00:00.1234567",
"TimeTo": "00:00:00.1234567",
"active": true,
"createdBy": "sample string 23",
"createdDate": "2026-04-15T18:34:32.9356537+05:00",
"modifiedBy": "sample string 25",
"modifiedDate": "2026-04-15T18:34:32.9356537+05:00",
"rowID": 27,
"groupID": "2cd5b3a0-f385-45a4-89a5-75f0b250f49b",
"Medium": "sample string 29",
"groupName": "sample string 30",
"sectionID": "f5230f91-eb5c-4dcf-99f9-bbe58166aaf9",
"validationResult": {
"Errors": [],
"HasError": false,
"ErrorSummary": ""
},
"pageNumber": 32,
"pageSize": 33,
"PageCount": 34.0
},
{
"examSchID": "56bdbdbc-c1c7-40f5-b70e-89ff31f0a4e0",
"examID": "039e64c3-eef6-44c9-af55-535f3b014bfe",
"examName": "sample string 3",
"classID": "ab568f72-de0b-44e2-8adb-538df152544c",
"className": "sample string 5",
"subjectID": "d57836f2-fc88-49ca-b2e0-172b62f0ed78",
"SubjectName": "sample string 7",
"ASID": "b1009276-1a52-47fa-827a-f6a5747e154a",
"admSession": "sample string 9",
"teacherID": "fd1e1366-40d2-4593-b3d9-8b9ca4110412",
"teacherName": "sample string 11",
"InvigilatorID": "1ea7bfd5-1c1c-4821-9a6d-92c44b081019",
"invigilator": "sample string 13",
"InvigilatorHeadID": "7642ab19-0435-4af8-b51c-6946ccf89788",
"invigilatorHead": "sample string 15",
"totalQuestions": 16,
"totalMarks": 17,
"passMarks": 18,
"dtStart": "2026-04-15T18:34:32.9356537+05:00",
"TimeFrom": "00:00:00.1234567",
"TimeTo": "00:00:00.1234567",
"active": true,
"createdBy": "sample string 23",
"createdDate": "2026-04-15T18:34:32.9356537+05:00",
"modifiedBy": "sample string 25",
"modifiedDate": "2026-04-15T18:34:32.9356537+05:00",
"rowID": 27,
"groupID": "2cd5b3a0-f385-45a4-89a5-75f0b250f49b",
"Medium": "sample string 29",
"groupName": "sample string 30",
"sectionID": "f5230f91-eb5c-4dcf-99f9-bbe58166aaf9",
"validationResult": {
"Errors": [],
"HasError": false,
"ErrorSummary": ""
},
"pageNumber": 32,
"pageSize": 33,
"PageCount": 34.0
}
]