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": "29a16962-6ba5-4186-81ed-bb59463f7712",
"examID": "a68824e9-f0f6-4d9e-9a47-e72634b1ef40",
"examName": "sample string 3",
"classID": "65c62901-c92b-4fc9-b628-e7640db15561",
"className": "sample string 5",
"subjectID": "5d3c9866-8e47-464f-8e33-912040dab6e3",
"SubjectName": "sample string 7",
"ASID": "53ca4a83-cbe3-4f2c-9dd8-1b55ae558098",
"admSession": "sample string 9",
"teacherID": "04e6d1dc-0409-4dfc-ba0f-d94834ed7cbc",
"teacherName": "sample string 11",
"InvigilatorID": "1fbe0f58-94dc-4d30-883e-d346f5453e81",
"invigilator": "sample string 13",
"InvigilatorHeadID": "3858a70f-5d9a-40a6-9fc9-56ed91384a31",
"invigilatorHead": "sample string 15",
"totalQuestions": 16,
"totalMarks": 17,
"passMarks": 18,
"dtStart": "2026-06-10T17:24:46.1310449+05:00",
"TimeFrom": "00:00:00.1234567",
"TimeTo": "00:00:00.1234567",
"active": true,
"createdBy": "sample string 23",
"createdDate": "2026-06-10T17:24:46.1310449+05:00",
"modifiedBy": "sample string 25",
"modifiedDate": "2026-06-10T17:24:46.1310449+05:00",
"rowID": 27,
"groupID": "1a5144e8-10f5-439c-90e4-14d339c94bb8",
"Medium": "sample string 29",
"groupName": "sample string 30",
"sectionID": "54361544-7d4b-45f8-81f9-1afb906b9b2f",
"validationResult": {
"Errors": [],
"HasError": false,
"ErrorSummary": ""
},
"pageNumber": 32,
"pageSize": 33,
"PageCount": 34.0
},
{
"examSchID": "29a16962-6ba5-4186-81ed-bb59463f7712",
"examID": "a68824e9-f0f6-4d9e-9a47-e72634b1ef40",
"examName": "sample string 3",
"classID": "65c62901-c92b-4fc9-b628-e7640db15561",
"className": "sample string 5",
"subjectID": "5d3c9866-8e47-464f-8e33-912040dab6e3",
"SubjectName": "sample string 7",
"ASID": "53ca4a83-cbe3-4f2c-9dd8-1b55ae558098",
"admSession": "sample string 9",
"teacherID": "04e6d1dc-0409-4dfc-ba0f-d94834ed7cbc",
"teacherName": "sample string 11",
"InvigilatorID": "1fbe0f58-94dc-4d30-883e-d346f5453e81",
"invigilator": "sample string 13",
"InvigilatorHeadID": "3858a70f-5d9a-40a6-9fc9-56ed91384a31",
"invigilatorHead": "sample string 15",
"totalQuestions": 16,
"totalMarks": 17,
"passMarks": 18,
"dtStart": "2026-06-10T17:24:46.1310449+05:00",
"TimeFrom": "00:00:00.1234567",
"TimeTo": "00:00:00.1234567",
"active": true,
"createdBy": "sample string 23",
"createdDate": "2026-06-10T17:24:46.1310449+05:00",
"modifiedBy": "sample string 25",
"modifiedDate": "2026-06-10T17:24:46.1310449+05:00",
"rowID": 27,
"groupID": "1a5144e8-10f5-439c-90e4-14d339c94bb8",
"Medium": "sample string 29",
"groupName": "sample string 30",
"sectionID": "54361544-7d4b-45f8-81f9-1afb906b9b2f",
"validationResult": {
"Errors": [],
"HasError": false,
"ErrorSummary": ""
},
"pageNumber": 32,
"pageSize": 33,
"PageCount": 34.0
}
]