POST api/Events/GetAssignedClassSections
Request Information
URI Parameters
None.
Body Parameters
AssignedClassesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TeacherId | globally unique identifier |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| SectionId | globally unique identifier |
None. |
|
| SubjectId | globally unique identifier |
None. |
|
| ClassCategoryId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| Search | string |
None. |
|
| StudentDetail | Collection of DTOStudentDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "02222150-82b5-4591-bfad-5412f30c1192",
"UserId": "9cb39200-95b1-45e3-8f13-ac1d4559cab8",
"TeacherId": "7e6fb415-0a25-41d3-8923-fc2bf23312e8",
"ClassId": "06c53632-e388-4998-a006-f0b578f7ed4e",
"SectionId": "7343ccfe-74c0-4b8c-b429-d35ebc4a8a4d",
"SubjectId": "1ff9c9e6-2076-4a7f-9d94-4f1e8adf6196",
"ClassCategoryId": "e56dc265-e1da-49f6-be38-874ef7d4d1d3",
"EventSectorId": "55836a61-d3fb-4390-a27e-1bac60569b0e",
"Date": "2026-05-16T01:24:56.6311205+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "444e3743-0c06-42d1-9a8c-45cfc70f759f",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "eb297f11-38cb-409e-8339-4613ef14662d",
"EventId": "cadf50c9-5f77-4252-a3b5-049c5ac54d1b",
"EventSectorId": "68132390-124e-49a5-b7c4-a2a4eced1771",
"EventRegistrationId": "4374ff41-2811-4688-aadd-85edd177d608",
"UserId": "f35abaf0-cb21-467a-b611-1a37fc3b2623",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"WhatsappNumber": "sample string 4",
"CNICNumber": "sample string 5",
"StudentAddress": "sample string 6",
"ApprovalStatus": 1,
"DisplayApprovalStatus": "sample string 7",
"Gender": "sample string 8",
"AppliedDate": "2026-05-16T01:24:56.6311205+05:00",
"StudentDateOfBirth": "2026-05-16T01:24:56.6311205+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-05-16T01:24:56.6311205+05:00"
},
{
"StudentId": "444e3743-0c06-42d1-9a8c-45cfc70f759f",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "eb297f11-38cb-409e-8339-4613ef14662d",
"EventId": "cadf50c9-5f77-4252-a3b5-049c5ac54d1b",
"EventSectorId": "68132390-124e-49a5-b7c4-a2a4eced1771",
"EventRegistrationId": "4374ff41-2811-4688-aadd-85edd177d608",
"UserId": "f35abaf0-cb21-467a-b611-1a37fc3b2623",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"WhatsappNumber": "sample string 4",
"CNICNumber": "sample string 5",
"StudentAddress": "sample string 6",
"ApprovalStatus": 1,
"DisplayApprovalStatus": "sample string 7",
"Gender": "sample string 8",
"AppliedDate": "2026-05-16T01:24:56.6311205+05:00",
"StudentDateOfBirth": "2026-05-16T01:24:56.6311205+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-05-16T01:24:56.6311205+05:00"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.