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": "f9b2d589-e91d-43c0-a0b1-6c82413045bf",
"examID": "2cec8a7b-5f21-4e7b-86de-998f1c7ecd0d",
"examName": "sample string 3",
"classID": "f8293860-61c0-44b4-adee-cc37bf29fb21",
"className": "sample string 5",
"subjectID": "d74c8dfa-5d11-4801-93fe-4051de9109f6",
"SubjectName": "sample string 7",
"ASID": "b8e394fe-d0b7-4ae3-9ede-9f2fc0987b59",
"admSession": "sample string 9",
"teacherID": "2a03faed-235c-4af2-9633-dffabfff7cb9",
"teacherName": "sample string 11",
"InvigilatorID": "4aa4f1c8-94f8-463f-822c-52de6a8986c5",
"invigilator": "sample string 13",
"InvigilatorHeadID": "c9b6a0c5-b080-486f-b62d-4ec7c4f24ae6",
"invigilatorHead": "sample string 15",
"totalQuestions": 16,
"totalMarks": 17,
"passMarks": 18,
"dtStart": "2026-02-19T17:30:39.3863643+05:00",
"TimeFrom": "00:00:00.1234567",
"TimeTo": "00:00:00.1234567",
"active": true,
"createdBy": "sample string 23",
"createdDate": "2026-02-19T17:30:39.4030303+05:00",
"modifiedBy": "sample string 25",
"modifiedDate": "2026-02-19T17:30:39.4030303+05:00",
"rowID": 27,
"groupID": "30d41365-4026-4dad-9aa1-74ad0ac30ab9",
"Medium": "sample string 29",
"groupName": "sample string 30",
"sectionID": "25f3fb64-4d5e-4e28-b3cf-ea61088681e9",
"validationResult": {
"Errors": [],
"HasError": false,
"ErrorSummary": ""
},
"pageNumber": 32,
"pageSize": 33,
"PageCount": 34.0
},
{
"examSchID": "f9b2d589-e91d-43c0-a0b1-6c82413045bf",
"examID": "2cec8a7b-5f21-4e7b-86de-998f1c7ecd0d",
"examName": "sample string 3",
"classID": "f8293860-61c0-44b4-adee-cc37bf29fb21",
"className": "sample string 5",
"subjectID": "d74c8dfa-5d11-4801-93fe-4051de9109f6",
"SubjectName": "sample string 7",
"ASID": "b8e394fe-d0b7-4ae3-9ede-9f2fc0987b59",
"admSession": "sample string 9",
"teacherID": "2a03faed-235c-4af2-9633-dffabfff7cb9",
"teacherName": "sample string 11",
"InvigilatorID": "4aa4f1c8-94f8-463f-822c-52de6a8986c5",
"invigilator": "sample string 13",
"InvigilatorHeadID": "c9b6a0c5-b080-486f-b62d-4ec7c4f24ae6",
"invigilatorHead": "sample string 15",
"totalQuestions": 16,
"totalMarks": 17,
"passMarks": 18,
"dtStart": "2026-02-19T17:30:39.3863643+05:00",
"TimeFrom": "00:00:00.1234567",
"TimeTo": "00:00:00.1234567",
"active": true,
"createdBy": "sample string 23",
"createdDate": "2026-02-19T17:30:39.4030303+05:00",
"modifiedBy": "sample string 25",
"modifiedDate": "2026-02-19T17:30:39.4030303+05:00",
"rowID": 27,
"groupID": "30d41365-4026-4dad-9aa1-74ad0ac30ab9",
"Medium": "sample string 29",
"groupName": "sample string 30",
"sectionID": "25f3fb64-4d5e-4e28-b3cf-ea61088681e9",
"validationResult": {
"Errors": [],
"HasError": false,
"ErrorSummary": ""
},
"pageNumber": 32,
"pageSize": 33,
"PageCount": 34.0
}
]