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": "bf7f9191-46f3-40a5-a84b-7304d63e9257",
"UserId": "4e77076e-fa2e-478a-a247-b48a690ee892",
"TeacherId": "eb6cc101-83e1-4356-b345-e4734bb504fd",
"ClassId": "87ce231b-d08b-43ac-a3f8-4882145e5c80",
"SectionId": "07975c9b-517e-4464-a885-aa4f8e3b043b",
"SubjectId": "d98de97f-ede0-4a17-831f-507fa15b4350",
"ClassCategoryId": "105c76eb-67d8-415d-98e1-ab9203568789",
"EventSectorId": "1db67311-4772-47cb-b762-22c3969e8abe",
"Date": "2026-03-31T16:22:49.1112524+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "bd9b2a66-2603-483e-a5c5-78edbf98032d",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "aab9c0c7-dccd-40c1-b01a-0b05a4e90072",
"EventId": "68f7807c-ce7e-43e4-992e-0a4cae4373c3",
"EventSectorId": "567aef7a-d8a5-49b0-ac02-8d9357da8a43",
"EventRegistrationId": "eb8c0cfb-c284-4024-bec9-7ed0241ac96b",
"UserId": "dfc49438-453b-48bd-b1b5-60b9ee6a5e79",
"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-03-31T16:22:49.1112524+05:00",
"StudentDateOfBirth": "2026-03-31T16:22:49.1112524+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-03-31T16:22:49.1112524+05:00"
},
{
"StudentId": "bd9b2a66-2603-483e-a5c5-78edbf98032d",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "aab9c0c7-dccd-40c1-b01a-0b05a4e90072",
"EventId": "68f7807c-ce7e-43e4-992e-0a4cae4373c3",
"EventSectorId": "567aef7a-d8a5-49b0-ac02-8d9357da8a43",
"EventRegistrationId": "eb8c0cfb-c284-4024-bec9-7ed0241ac96b",
"UserId": "dfc49438-453b-48bd-b1b5-60b9ee6a5e79",
"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-03-31T16:22:49.1112524+05:00",
"StudentDateOfBirth": "2026-03-31T16:22:49.1112524+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-03-31T16:22:49.1112524+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.