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": "85576a97-1ba4-47bb-847c-7c6362e627cf",
"examID": "1916fa17-7c63-4826-a5b6-6efeefe80522",
"examName": "sample string 3",
"classID": "8b139438-c1d4-47af-9da0-ccf5e2bc59a5",
"className": "sample string 5",
"subjectID": "690f705e-a83f-48aa-a233-107e98b76b6c",
"SubjectName": "sample string 7",
"ASID": "e439d835-2f7a-4148-8fef-8d5eec127ace",
"admSession": "sample string 9",
"teacherID": "8ef0e235-d788-43c1-8b3e-520371c81eff",
"teacherName": "sample string 11",
"InvigilatorID": "cef72965-a27a-4037-8bc2-99171de934aa",
"invigilator": "sample string 13",
"InvigilatorHeadID": "bced7293-c5e5-44ce-bbba-ea5b5a4665dd",
"invigilatorHead": "sample string 15",
"totalQuestions": 16,
"totalMarks": 17,
"passMarks": 18,
"dtStart": "2026-08-04T15:28:27.2234838+05:00",
"TimeFrom": "00:00:00.1234567",
"TimeTo": "00:00:00.1234567",
"active": true,
"createdBy": "sample string 23",
"createdDate": "2026-08-04T15:28:27.2391242+05:00",
"modifiedBy": "sample string 25",
"modifiedDate": "2026-08-04T15:28:27.2391242+05:00",
"rowID": 27,
"groupID": "736d3818-35ec-4fd6-a3c2-6d0a1e507421",
"Medium": "sample string 29",
"groupName": "sample string 30",
"sectionID": "94ed677d-2139-4e4f-8d32-7d115e178ba7",
"validationResult": {
"Errors": [],
"HasError": false,
"ErrorSummary": ""
},
"pageNumber": 32,
"pageSize": 33,
"PageCount": 34.0
},
{
"examSchID": "85576a97-1ba4-47bb-847c-7c6362e627cf",
"examID": "1916fa17-7c63-4826-a5b6-6efeefe80522",
"examName": "sample string 3",
"classID": "8b139438-c1d4-47af-9da0-ccf5e2bc59a5",
"className": "sample string 5",
"subjectID": "690f705e-a83f-48aa-a233-107e98b76b6c",
"SubjectName": "sample string 7",
"ASID": "e439d835-2f7a-4148-8fef-8d5eec127ace",
"admSession": "sample string 9",
"teacherID": "8ef0e235-d788-43c1-8b3e-520371c81eff",
"teacherName": "sample string 11",
"InvigilatorID": "cef72965-a27a-4037-8bc2-99171de934aa",
"invigilator": "sample string 13",
"InvigilatorHeadID": "bced7293-c5e5-44ce-bbba-ea5b5a4665dd",
"invigilatorHead": "sample string 15",
"totalQuestions": 16,
"totalMarks": 17,
"passMarks": 18,
"dtStart": "2026-08-04T15:28:27.2234838+05:00",
"TimeFrom": "00:00:00.1234567",
"TimeTo": "00:00:00.1234567",
"active": true,
"createdBy": "sample string 23",
"createdDate": "2026-08-04T15:28:27.2391242+05:00",
"modifiedBy": "sample string 25",
"modifiedDate": "2026-08-04T15:28:27.2391242+05:00",
"rowID": 27,
"groupID": "736d3818-35ec-4fd6-a3c2-6d0a1e507421",
"Medium": "sample string 29",
"groupName": "sample string 30",
"sectionID": "94ed677d-2139-4e4f-8d32-7d115e178ba7",
"validationResult": {
"Errors": [],
"HasError": false,
"ErrorSummary": ""
},
"pageNumber": 32,
"pageSize": 33,
"PageCount": 34.0
}
]