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": "23c46395-ef8f-4edc-82e7-1ecd3fafd8ee",
"UserId": "d4c4af4a-0b7d-4e4c-b808-e4759da0697b",
"TeacherId": "5dec6e99-a602-4a8d-be76-9f6c09d835f8",
"ClassId": "80fd1e46-4be9-47b4-973b-e135621957e8",
"SectionId": "d2dd2736-070c-4c6c-bf4f-cc0596275cbc",
"SubjectId": "8b9872d2-d7a3-4134-bd9f-56cefece6aa1",
"ClassCategoryId": "fe4805b1-4572-496d-bbd5-7fc0756e914b",
"EventSectorId": "836775f2-0673-4d14-b79f-cbd7771698eb",
"Date": "2026-09-25T14:30:42.7219734+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "caa54cae-fb76-47f8-ac3f-e4ecffc8ec71",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "a0ea41c1-dbac-417c-a729-e6148a0da390",
"EventId": "7630b986-6f33-41af-97bb-bd97c7d11f0b",
"EventSectorId": "adb36398-55c2-41a9-ae73-0f13a3dba2da",
"EventRegistrationId": "3b35012d-76f6-4a8b-9595-2c5868e306a2",
"UserId": "828775db-cfb8-404e-acfe-652a53e028a5",
"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-09-25T14:30:42.7219734+05:00",
"StudentDateOfBirth": "2026-09-25T14:30:42.7219734+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T14:30:42.7219734+05:00"
},
{
"StudentId": "caa54cae-fb76-47f8-ac3f-e4ecffc8ec71",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "a0ea41c1-dbac-417c-a729-e6148a0da390",
"EventId": "7630b986-6f33-41af-97bb-bd97c7d11f0b",
"EventSectorId": "adb36398-55c2-41a9-ae73-0f13a3dba2da",
"EventRegistrationId": "3b35012d-76f6-4a8b-9595-2c5868e306a2",
"UserId": "828775db-cfb8-404e-acfe-652a53e028a5",
"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-09-25T14:30:42.7219734+05:00",
"StudentDateOfBirth": "2026-09-25T14:30:42.7219734+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T14:30:42.7219734+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.